[Xapian-discuss] Persistant connections

double ninive at gmx.at
Tue Sep 29 11:28:11 BST 2009


Hello,

We use Xapian on a fastcgi-webserver and have about 25 worker
processes. The database is updated about 20 times a minute.

Currently we open a "Database"/"WriteableDatabase" when it is
needed and close it immediately afterwards. Because of some
performance issues we would prefer to keep the connection
permanently open (because the processes are fastcgi...).

Shall I keep my readable "Database" permanently open and open
the "WriteableDatabase" according to my needs or should I keep
the "WriteableDatabase" permantley open?

Thanks and greetings from Switzerland
Marcus





More information about the Xapian-discuss mailing list