which threading libraries to use?
Dennis
daodennis at gmail.com
Sun Jun 12 00:10:56 EDT 2011
More information about the Python-list mailing list
Sun Jun 12 00:10:56 EDT 2011
- Previous message (by thread): __dict__ is neato torpedo!
- Next message (by thread): which threading libraries to use?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, Are there any reasons besides personal preference to use one particular threading library over the other? Eventlet, Twisted, and Python's native Threading class, or are there even others? Are there any licensing or redistribution restrictions that I should be worried about? Which ones do you consider best documented? Most thread-safe? Efficient? Ultimately this will be used for asynchronous SNMP, HTTP, and WMI. I don't think this will need to evolve into a multi-process project, unless of course that is much easier to do than multi-threading? Thanks, Dennis O.
- Previous message (by thread): __dict__ is neato torpedo!
- Next message (by thread): which threading libraries to use?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list