2009/12/16 lasizoillo <lasizoi...@gmail.com>: > 2009/12/15 Joan Miller <pelok...@gmail.com>: >> Pylons is a great project, thanks! But I'm supposed that it would be >> faster if it were ready for concurrency. >> >> Today is not necessary to use Twisted; it's great, but forces you into >> callback hell. In change, pyev [1] is a great solution. >> >> [1] http://code.google.com/p/pyev/ >> >
Excuse my previous (unfinished response). I don't want repeat excelent Mike Orr response. I'll try complement this. You can use a libev based wsgi server called fapws3: http://wiki.github.com/william-os4y/fapws3 But remember that blocking functions are an issue for event model. Twisted are prepared for non-blocking calls, but pylons not. If you want use Twisted without callbaks inferno, you can use inlineCallbacks: http://blog.mekk.waw.pl/archives/14-Twisted-inlineCallbacks-and-deferredGenerator.html Excuse my poor english. -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-de...@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.