gevent

gevent does not install properly on Ubuntu

gevent does not install properly on Ubuntu Question: I want to experiment with gevent, but after installing it I can’t load any gevent module. The installation steps are: sudo apt-get install libevent-dev sudo pip install greenlet sudo pip install gevent The environment setup is Ubuntu 10.10 x86_64 GNU/Linux. When I try to do a simple …

Total answers: 4

Eventlet or gevent or Stackless + Twisted, Pylons, Django and SQL Alchemy

Eventlet or gevent or Stackless + Twisted, Pylons, Django and SQL Alchemy Question: We’re using Twisted extensively for apps requiring a great deal of asynchronous io. There are some cases where stuff is cpu bound instead and for that we spawn a pool of processes to do the work and have a system for managing …

Total answers: 4