search for: remoteprotocol

Displaying 3 results from an estimated 3 matches for "remoteprotocol".

2015 Apr 01
1
Remote protocol abstracted
...---- The method run() calls run_one() in a loop, but we don't always want this behavior. The reason is, again, event based messaging might decide to start attending other clients on the same thread without blocking, thus an infinite while for these type of servers is not desired. 4. Abstract RemoteProtocol class added -------------------------------------- RemoteServer extends from abstract RemoteProtocol, and only implements a few members needed by the protocol. This effectively separates the protocol from the connection and the server. RemoteProtocol with virtual abstract methods for: * get_messa...
2016 Feb 28
2
RESTful xapian server needs help
...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, these are the things that would need to be patched in xapian-core (the remote protocol would be a rather big change) 1) **IMPORTANT** Add get_revision_info() in Database API (optionally guaranty that, if returned, strings could be compared between revisions to know which revision comes first,...
2007 Apr 09
1
svn:eolstyle
...h bug 100, I've noticed (via "entire file is in conflict due to eol markers" diffs :) that the following files still lack this setting: xapian-core/matcher/Makefile.mk xapian-core/net/serialise.cc xapian-core/net/remoteserver.cc xapian-core/common/remote-database.h xapian-core/common/remoteprotocol.h xapian-core/common/serialise.h xapian-core/backends/remote/remote-database.cc There may be a few more in those directories - maybe a recursive "svn propset -R svn:eolstyle=native '*.cc' '*.h' '*.mak'" wouldn't hurt for us poor Windows bound souls? And-I-gue...