search for: msg_select

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

Did you mean: g_select
2016 Feb 28
2
RESTful xapian server needs help
...guaranty that, if returned, strings could be compared between revisions to know which revision comes first, using string::compare or strcmp) 2) **IMPORTANT** Make a public MultiMatch API (to be able to re-implement the remote protocol ourselves) 3) **IMPORTANT** Send selected database path using MSG_SELECT to the remote protocol if REPLY_UPDATE returns with no database selected (that's what our protocol would do) 4) *OPTIONAL* Add MSG_SELECT to remote protocol (as an example of what it's for and to reserve the command number in the protocol) Option B: Using a public RemoteProtocol API, th...
2015 Apr 01
1
Remote protocol abstracted
...e backend to tell the server what database it wants to open, if the remote server is configured as a server without a default directory (xapian-tcpsrv remains to always have a default directory at the moment). The binary protocol was changed in the way that a new command can be sent to the server (MSG_SELECT) in case the server tells the client no default directory is selected, the server then reacts to this command by opening and selecting the requested database as the active database. 2. Split msg_query and msg_getmset ---------------------------------- Originally, `msg_query()` handled two comman...