Is this different than the anyserver.py that ships with web2py and supports gevent? Did you try? If, necessary, can you send me a patch?
On Jul 17, 3:22 pm, 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 :) > > wsgi.py > < 1KViewDownload

