[pylucene-dev] Need to build a high-load searcher
Andi Vajda
vajda at osafoundation.org
Fri Mar 23 12:29:34 PST 2007
On Fri, 23 Mar 2007, Ofer Nave wrote:
> It <http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278731> works
> fine when run the Searcher a normal process, but when I run the Searcher as
> a daemon, it freezes after about a dozen queries, in the middle of the
> queryparser.parse() call. It never gets past that point. I wrote a SIGTERM
> handler for shutting down the daemon, and it works fine, until the Searcher
> freezes, and then it no longer responds to the SIGTERM.
>
> Not sure where to go from here.
You might want to ask java at gcc.gnu.org about daemonizing a process using
libgcj and boehm-gc.
Andi..
More information about the pylucene-dev
mailing list