Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #7471

which threading libraries to use?

Date 2011-06-11 21:10 -0700
Subject which threading libraries to use?
From Dennis <daodennis@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.146.1307851859.11593.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

which threading libraries to use? Dennis <daodennis@gmail.com> - 2011-06-11 21:10 -0700

csiph-web