13 Commits

Author SHA1 Message Date
Paul J. Davis
22695ff248 Assume non-web.Application instances are WSGI. 2010-04-26 20:08:05 -04:00
Paul J. Davis
ab25537b67 Fix assumption that tornado.web was imported. 2010-04-26 11:52:10 -04:00
benoitc
5b2f98fca4 fix erros spotted by pyflakes 2010-04-22 19:41:29 +02:00
benoitc
be6035769c update doc 2010-04-22 19:20:33 +02:00
benoitc
090bb8fe29 add timeout support 2010-04-22 19:07:23 +02:00
benoitc
80e0acf9db patch RequestHandler so people know that they use tornado with gunicorn. 2010-04-22 18:45:22 +02:00
benoitc
e9eed6b6e9 fix import in tornado worker 2010-04-22 17:39:49 +02:00
benoitc
8184eb493c add refactor gevent support like we did on eventlet. In the future it
may be better to use Event object. While i'm here move the monkey
patching in its own function used on config so we make sure to patch
only one time and prevent some ugly hack like reinit gevent each time we
spawn (it's better to use patched os.fork from gevent once time).
2010-04-22 14:38:49 +02:00
benoitc
7f36bc1bbd ignore connection reset 2010-04-22 11:54:34 +02:00
benoitc
138605dc43 missing headers 2010-04-16 21:08:11 +02:00
Paul J. Davis
d14389cb68 Added support for Tornado.
Took less than a beer.
2010-04-15 21:20:52 -04:00
Paul J. Davis
0c935d06c7 Got the Sync and Eventlet workers running. 2010-04-15 21:20:17 -04:00
Paul J. Davis
51f1f22665 Refactoring worker code.
Also went through gunicorn.main lightly.
2010-04-15 20:08:28 -04:00