Is it possible to "attach" a thread to the Java VM from another Python thread?
Bill
- attachCurrentThread(name, asDaemon)
Before a thread created in Python or elsewhere but not in the Java VM
can be used with the Java VM, this method needs to be invoked.
The two arguments it takes are optional and self-explanatory.
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
