[pylucene-dev] binaries and compilers
Andi Vajda
vajda at osafoundation.org
Wed Oct 18 09:24:48 PDT 2006
On Wed, 18 Oct 2006, Bill Janssen wrote:
> Anyone know if PyLucene's gcj threads are compatible with Twisted's threads?
PyLucene's threads are made to look like python threads to python. The
underlying thread is, as are regular python threads, a real OS thread, but
it's initialized and setup by libgcj.
You can use PyLucene on a twisted thread provided that twisted thread is an
instance of PyLucene's PythonThread class.
Andi..
More information about the pylucene-dev
mailing list