Top "Twisted" questions

Twisted is an event-driven networking engine, written in Python and implementing many different protocols.

When to use Tornado, when to use Twisted / Cyclone / GEvent / other

Which of these frameworks / libraries would be the best choise for building modern multiuser web application? I would love to …

python webserver twisted tornado gevent
Threads vs. Async

I have been reading up on the threaded model of programming versus the asynchronous model from this really good article. …

asynchronous twisted
ImportError: No module named twisted.internet

I installed python 2.7.5 which is working fine. I then install scrapy (which, I think, uses twisted internally). My scrapy spider …

python-2.7 twisted
A clean, lightweight alternative to Python's twisted?

A (long) while ago I wrote a web-spider that I multithreaded to enable concurrent requests to occur at the same …

python networking twisted asynchronous
Python twisted: where to start

I am trying to start learning twisted for socket servers creation. I want to add some useful features (like auth, …

python twisted
Force python to use an older version of module (than what I have installed now)

My employer has a dedicated module1 we use for internal unit / system test; however, the author of this module no …

python linux twisted python-import
What's so cool about Twisted?

I'm increasingly hearing that Python's Twisted framework rocks and other frameworks pale in comparison. Can anybody shed some light on …

python comparison twisted
Python chat : delete variables to clean memory in functions?

I'm creating a chat daemon in python and twisted framework. And I'm wondering if I have to delete every variable …

python class function twisted
How can I find memory leaks in my Python program?

Possible Duplicate: Python memory profiler I've got a fairly complex (about 20,000) line Python program which after some development has started …

python debugging memory-leaks twisted
Python packages not installing in virtualenv using pip

I'm having trouble installing twisted pip --version pip 1.1 from /home/chris/GL/GLBackend/glenv/lib/python2.7/site-packages/pip-1.1-py2.7.egg (…

python twisted virtualenv pip