On Sun, 25 Mar 2007, Ofer Nave wrote:

I'm guessing the PyLucene code starts up and tries to create threads,

Nowhere in the Lucene core code is there a "new Thread(" statement.
PyLucene doesn't start any threads either.

All threads are started by your code or the environment your run it under. A web framework is likely to start a pool of threads before PyLucene is even imported. You might need to customize that thread pooling code to ensure the proper threading class, PyLucene.PythonThread is used.

Andi..
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to