Efficient Threading

Empty Account emptya45 at gmail.com
Fri Nov 14 13:42:38 EST 2014


Hi,

I am thinking about writing a load test tool in Python, so I am interested
in how I can create the most concurrent threads/processes with the fewest
OS resources. I would imagine that I/O would need to be non-blocking.

There are a number of options including standard library threading, gevent,
stackless python, cython parallelism etc. Because I am new to Python, I am
unsure on which libraries to choose. I am not really bothered on the tool
chain, just as long as it is Python related (so I'd use PyPy for example).

Many Thanks

Aidy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20141114/ae878163/attachment.html>


More information about the Python-list mailing list