Jython, GILs and object locking.

Neil Hodgson nhodgson at bigpond.net.au
Fri Oct 10 22:17:55 EDT 2003


Jon Franz:

> You mean an extension in which you hand off the I/O from your
> python program to a (c) module that handles the work in a truely
> seperate thread?

   No, just using Python threads and modules that release the GIL. Such as
normal file reading and writing.

   Neil






More information about the Python-list mailing list