How is this architected? from what I understand, Tornado is a multithreaded event-loop, whith a buil-in http-server, as a replacement for, say, apache. Gevent is basically a similar idea, just with the event-loop implemented in c, wrapped with a c-extension for python, and also has an http-server. Why do you need both? How do they inter-operate?
-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

