Displaying 1 result from an estimated 1 matches for "xapain_db".
2006 Feb 08
1
xapian-tcpsrv very slow
...,
I have been looking at xapian for a project and have so far been very
impressed. I have hit one major problem the final architecture requires
that the web server be a deferent machine from the server that xapian is
installed on. With my test code using local database ($db_path =
"/var/xapain_db/default"; $db = new_database($db_path);) a query takes
around 0.012 seconds on the same machine with the connection changed to use
tcp ($db = remote_open('127.0.0.1',3055);) the same query takes 129 seconds
or times out. I am currently trying to follow tcpsrv via the debuger
h...