gevent , very intteresting. can you explain how it works ? On Mon, Jul 18, 2011 at 2:52 AM, Vasile Ermicioi <[email protected]> wrote:
> Mongrel2: lean & fast, asynchronous web serving >> Eventlet: non-blocking I/O & coroutines >> ZeroMQ: fast messaging & supports most languages >> DictShield: data modeling & validation with no database opinions > > > > >> Mongrel2 = C , ZeroMQ = C > > > I prefer *gevent *over *eventlet*, and I have my own wsgi.py file that I > just put in web2py directory and it works, > so with gevent monkey patch I have web2py non-blocking I/O & coroutines :) > > >

