[pylucene-dev] status of pylucene & mod_python

Andi Vajda vajda at osafoundation.org
Sun Mar 25 12:05:48 PST 2007


On Sun, 25 Mar 2007, Andra Tori wrote:

> I am wondering what is the current status of using PyLucene under
> mod_python ?

As always, when running PyLucene in a threaded environment, you must ensure 
that all threads are instances of PyLucene.PythonThread. This is so that 
libgcj's garbage collector is aware of them. Until libgcj lifts the 
requirements that all threads are registered with it *before* they're started 
- which might be the soon the case when the newer gcjs become sane - this is a 
hard requirement.

Andi..


More information about the pylucene-dev mailing list