On Fri, 6 Jan 2006, Aphinyanaphongs, Yindalon wrote:

Has anyone resolved the garbage collection issues with CherryPy and PyLucene? And/or has anyone gotten the two programs to work succesfully with each other without a memory or thread error? Thanks.

I don't know. If the error is threading related, the workaround is well-known, use PyLucene's PythonThread class. You cannot use a regular threading.Thread class and then call PyLucene from it. This is an inherent limitation of libgcj's garbage collector. In some distant future it may eventually get resolved (so I read on the [EMAIL PROTECTED] list).

I've used PyLucene 1.0.1 and PyLucene 1.9.rc5 on Fedora Core 4 Linux both compiled with gcc 4.0.1-5.

I would stick with gcc 3.4.x where x >= 3 for the moment.
I've had little luck with gcj 4.x so far.

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

Reply via email to