[pylucene-dev] strange beahavior of threads

Andi Vajda vajda at osafoundation.org
Thu Feb 10 09:14:38 PST 2005


Yes, 'collecting from unknown thread' means that libgcj is running a thread 
that was not initialized by it.

Andi..

On Sat, 1 Jan 2005, Yura Smolsky wrote:

> Hello, pylucene-dev.
>
> As I said early I try to run IndexSearcher under omniORBpy (CORBA)
> server, which creates new thread for any call of server's method by
> remote client.
> I have replaced in the source of omniORBpy
> WorkerThread(threading.Thread) to WorkerThread(PyLucene.PythonThread).
>
> But when I try to call some methods of server remotely then I got java
> message from Server which contains IndexSearcher:
>
> Collecting from unknown thread.
>
> It seems like message is about garbage collection.
> Does it mean that server start non PythonThread thread?.. What issue
> does this message point to?
>
>
> Yura Smolsky
>
>
>
> _______________________________________________
> pylucene-dev mailing list
> pylucene-dev at osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
>


More information about the pylucene-dev mailing list