Jython, GILs and object locking.
Neil Hodgson
nhodgson at bigpond.net.au
Fri Oct 10 22:17:55 EDT 2003
More information about the Python-list mailing list
Fri Oct 10 22:17:55 EDT 2003
- Previous message (by thread): Jython, GILs and object locking.
- Next message (by thread): Jython, GILs and object locking.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Jython, GILs and object locking.
- Next message (by thread): Jython, GILs and object locking.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list