[pylucene-dev] attachCurrentThread from a different thread?

Bill Janssen janssen at parc.com
Wed Nov 14 11:55:52 PST 2007


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.


More information about the pylucene-dev mailing list