2009/9/11 Dhananjay Nene <dhananjay.n...@gmail.com>: > Friendfeed's web server framework has been open sourced. > > http://bret.appspot.com/entry/tornado-web-server > > One of the exciting things about it (that I look forward to testing it out) > is the fact that mod_wsgi never really seemed like a good gateway standard > for event driven web servers such as nginx. While I am not sure, I do hope > that this framework allows the capability to combine tornado with nginx to > achieve concurrent client support substantially in excess of what apache + > mod_wsgi can achieve and with much lesser resource utilisation.
I managed to make tornado web server work with web.py applications. http://github.com/anandology/sandbox/blob/master/webtornado.py It can be used to run any wsgi app using tornado http server. Anand _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers