504 Commits

Author SHA1 Message Date
Paul J. Davis
aaeff8dcfd Fix fake path name 2010-05-06 19:43:10 -04:00
Paul J. Davis
d70497dc56 RST is still touchy. 2010-05-06 19:41:34 -04:00
Paul J. Davis
8cd4071f0e Fix up some minor formatting. 2010-05-06 19:40:35 -04:00
Paul J. Davis
99dbe28e98 That didn't work. Just plain text blocks now. 2010-05-06 19:36:49 -04:00
Paul J. Davis
90f5c91590 Blargh. RST is touchy stuff. 2010-05-06 19:36:17 -04:00
Paul J. Davis
b52d546651 Github doesn't like the .. note: syntax. 2010-05-06 19:35:40 -04:00
Paul J. Davis
32978af645 Fix #gunicorn link 2010-05-06 19:31:58 -04:00
Paul J. Davis
80ca1fd1f1 Forgot the setproctitle link. 2010-05-06 19:30:36 -04:00
Paul J. Davis
dc7544050b Updating the README 2010-05-06 19:28:43 -04:00
Paul J. Davis
4bf5d8e4bd Fix up docs and pushed to gh-pages. 2010-05-06 14:05:22 -04:00
Paul J. Davis
08af4598cd Quick note on service monitoring. 2010-05-06 13:56:37 -04:00
Paul J. Davis
d91937d8ba Added a note about Virtualenv. 2010-05-06 13:52:12 -04:00
Paul J. Davis
1a52eeccae Added news items for 0.8.1 2010-04-29 14:28:28 -04:00
benoitc
aedb166dda resync 2010-04-29 19:28:34 +02:00
benoitc
2b9b9dca98 update doc 2010-04-29 19:28:12 +02:00
benoitc
9e26203f45 eventually fix pip error 2010-04-29 10:22:39 +02:00
benoitc
a14bd99dbe oops typo 2010-04-29 09:57:31 +02:00
benoitc
7e1d4ae34a install requires setuptools 2010-04-29 09:49:24 +02:00
benoitc
1e71b86946 add .gitignore tot the manifesr 2010-04-29 09:47:22 +02:00
benoitc
5c2112b93b bum release to 0.8.1. (fix __builtins__ bug) 2010-04-29 09:43:21 +02:00
Paul J. Davis
22695ff248 Assume non-web.Application instances are WSGI. 2010-04-26 20:08:05 -04:00
Paul J. Davis
999dd68ca3 Load app after the configuration.
This allows for affecting system variables like sys.path before import
searches for the application.

Fixes issue #44.
2010-04-26 19:59:46 -04:00
Paul J. Davis
2c5f221d1a Fix KeyError if builtins isn't touched. 2010-04-26 13:29:23 -04:00
Paul J. Davis
ab25537b67 Fix assumption that tornado.web was imported. 2010-04-26 11:52:10 -04:00
Paul J. Davis
676cf5c4f8 Fix usage docs. 2010-04-23 10:11:02 -04:00
benoitc
0c26280486 response has no socket object but request has. bug detected while
running longpoll test.
2010-04-22 22:02:44 +02:00
benoitc
40e5751fb7 s/workerclass/worker_class & fix gunicorn django 2010-04-22 21:56:37 +02:00
benoitc
9409839668 fix paster usage 2010-04-22 21:45:39 +02:00
benoitc
73ed5f87b7 bump version 2010-04-22 21:06:35 +02:00
benoitc
5b2f98fca4 fix erros spotted by pyflakes 2010-04-22 19:41:29 +02:00
Paul J. Davis
57d6f1b507 Add a cherrpy example. 2010-04-22 19:21:49 +02:00
Paul J. Davis
bc64baba65 Fix example config file. 2010-04-22 19:21:49 +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
0a3438f963 bump version so I'm sure I use the right terminal. 2010-04-16 21:08:53 +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
4fe8608196 Slight touches to the Config class. 2010-04-15 21:18:09 -04:00
Paul J. Davis
898d770d14 Fixup hardcoded variables in websocket example. 2010-04-15 21:17:35 -04:00
Paul Davis
bb2f51ccda Fixed websockets to not use a hardcoded localhost. 2010-04-15 20:38:46 -04:00
Paul J. Davis
51f1f22665 Refactoring worker code.
Also went through gunicorn.main lightly.
2010-04-15 20:08:28 -04:00
benoitc
13b847e5ce :s yes it should be saved before comitted. 2010-04-15 15:17:19 +02:00
benoitc
a3008fcf90 add timeout in configuration doc. spotted by @jbergstriem 2010-04-15 15:04:26 +02:00
benoitc
2cfca856bc bump version and update news & doc. 2010-04-15 03:22:23 +02:00
benoitc
cd5894f59c fix bug spotted by @daks with mercurial. Also fix concurrency on async. 2010-04-15 02:05:39 +02:00