[pylucene-dev] strange behaviour of threads
Yura Smolsky
info at altervision.biz
Thu Feb 10 03:34:03 PST 2005
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
More information about the pylucene-dev
mailing list