Displaying 6 results from an estimated 6 matches for "remotetcp".
Did you mean:
remote_ip
2007 May 01
2
multiple writers and remotetcp backends
Hi guys,
We've been in discussion with Richard and Olly on this issue, in various
different forums, but as the correct answer isn't immediately obvious, I'm
opening it up for wider discussion and comment.
The problem is that a xapian tcp-server in 'writable' mode makes no attempt
to ensure only one 'active' connection at a time is trying to modify the
database. If
2007 Jun 23
1
Test failures
...Search::Xapian on atreus with g++ 4.1
(which looks like tests out of date at a *very* cursory examination,
and in any case everyone should know about); I'm also getting
different test failures on the same system -- valgrind (I assume) is
finding potential memory leaks for every test against the remotetcp
backend.
(Incidentally, I've just installed Test::Pod::Coverage on atreus.)
J
--
/--------------------------------------------------------------------------\
James Aylett xapian.org
james at tartarus.org unce...
2007 Jun 30
1
Re: [Xapian-commits] 9092: trunk/xapian-core/ trunk/xapian-core/api/ trunk/xapian-core/common/ trunk/xapian-core/include/xapian/
...om (in a multi-database situation) to be obtained.
For a Flint database, this would return the path that was used to open
the database. For a remote (TCP) database, it would return a string
indicating the host and port that the database is at (probably in a
pseudo URL form something like "remotetcp://host:port/"), and something
similar for a remote progsrv database. Not sure what an inmemory one
would return...
Alternatively, databases could have a new "set_name()" method which sets
the name to return (possibly with something like the above as the
default) to avoid having...
2016 Dec 08
1
configure & make_check logs w/out '--disable-sse'
System: Slackware Linux (version 14.0)
CPUs: Intel(R) Atom(TM) CPU N270 @1.60GHz
xapian-core-1.4.1.tar.xz
http://nurmi-labs.blogspot.com/p/xapian-linux-sse.html
2007 Apr 05
2
Re: [XapianBug 117] Invalid data in remote protocol can cause buffer overflow
bugzilla-daemon@ixion.tartarus.org wrote:
> http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id=117
>
> ------- Additional Comments From olly@survex.com 2007-04-05 13:52 -------
> I've actually already implemented a fix. If bugzilla stops sending me mail, I
> might even manage to check it in soon!
Sorry Olly - just about finished sorting things out now!
For everyone
2016 Dec 08
2
remotetcp_chert
Dear Olly Betts,
same 32 bit
compiler version
hardware
OS
OS version
as here (where remotetcp_chert passed and skipped 3)
xapian-core-1.2.21.tar.xz
http://nurmi-labs.blogspot.com/2015/10/xapian.html
./apitest backend remoteprog_brass: All 225 tests passed, 3 skipped.
./apitest backend remotetcp_brass: All 225 tests passed, 3 skipped.
./apitest backend remoteprog_chert: All 225 tests pass...