search for: kronuz

Displaying 2 results from an estimated 2 matches for "kronuz".

2015 Apr 01
1
Remote protocol abstracted
I have been working in the abstraction of the remote protocol to separate it from the server and the connection. The purpose of this is I need to use the Xapian remote protocol in a server we are working on (named Xapiand: https://github.com/Kronuz/Xapiand) which is similar to some extent to the `xapian-tcpsrv` in that it also serves databases remotely through TCP, using the binary protocol. What is different about it is that it can serve any number of databases using an event driven mechanism for receiving and attending clients. Additionally...
2016 Feb 28
2
RESTful xapian server needs help
For the last year we have been working hard in releasing an open source RESTful xapian server named Xapiand (https://github.com/Kronuz/Xapiand) that will offer clustering, replication and some other neat features (similar to what elasticsearch offers, but the final goals go beyond it); however, for our Xapiand server to work, we need to have a few changes in xapian-core that are **essential**. Please help us. We have two options,...