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
benoitc
3a2e3edb3e
add possibility to trace all events of gunicorn. Run gunicorn --spew .
2010-04-14 19:49:26 +02:00
benoitc
2e40f48d05
don't patch dns for now until it's fixed upstream. Create strange
...
behaviour with httplib and urllib2. spotted by @greut on irc, thanks!
2010-04-14 11:27:55 +02:00
Paul J. Davis
af4ee69eae
Make worker timeouts more noticeable in the log.
2010-04-13 14:58:58 -04:00
benoitc
dd7e8f08f8
patch thread in eventlet so we make sure to use corolocal for
...
threadlocals
2010-04-12 00:53:03 +02:00
benoitc
2e1718b188
use globals in config
2010-04-11 17:53:38 +02:00
Paul J. Davis
5ebdd48eed
Provide an example dispatcher app.
...
This just sketches out a simple way to host multiple apps using a single
gunicorn daemon.
2010-04-09 18:09:29 -04:00
benoitc
7f97653bd4
fix issue #36 . Thanks.
2010-04-03 18:05:26 +02:00
benoitc
4ea3b4201f
0.7.1 news
2010-04-02 02:25:43 +02:00
benoitc
85afc6bdae
bump revision number
2010-04-02 02:11:12 +02:00
benoitc
891d751af2
use same close func in async
2010-04-02 02:09:37 +02:00
Paul J. Davis
ff47d22488
Fix bug when responses have no body.
...
Thanks to Chris Dent for noticing this.
2010-04-01 16:28:09 -04:00
benoitc
fc3c53500e
back to 1rm, bad rendering on osx. smth is wrong in css and should be
...
fixed.
2010-03-27 10:17:25 +01:00
benoitc
1d047c0aa9
fix typo
2010-03-27 10:08:35 +01:00
benoitc
c164650c6d
fix menu display
2010-03-27 10:05:00 +01:00
benoitc
e6c1d4524c
fix README
2010-03-26 22:19:09 +01:00
benoitc
6d69326376
updat enews
2010-03-26 22:00:59 +01:00
benoitc
8b5de5a706
new logo from xav. thanks!
2010-03-26 21:50:49 +01:00
benoitc
772fd4301f
sync
2010-03-26 21:14:18 +01:00
benoitc
2361cf9308
add screencast
2010-03-26 21:13:46 +01:00
benoitc
78f496d75b
Merge branch 'master' of github.com:benoitc/gunicorn
2010-03-26 21:09:49 +01:00
benoitc
53e756ec9f
we want to raise here on socket.error, so we can handle error later
2010-03-26 21:09:22 +01:00
Paul J. Davis
2dd7fb0798
CSS tweaks for notes markup.
2010-03-26 16:00:31 -04:00
Paul J. Davis
4dbde5c2ef
Some edits to the new docs.
2010-03-26 14:50:00 -04:00
benoitc
8d52e1e77f
sync
2010-03-26 18:01:21 +01:00
benoitc
59396b2557
typo
2010-03-26 18:00:47 +01:00
benoitc
7b02420ed7
sync
2010-03-26 16:26:59 +01:00
benoitc
eb91338852
more doc edit. fix README. spotted by temoto on irc
2010-03-26 16:26:19 +01:00
benoitc
4f54c06121
make specific case for websockets
2010-03-26 15:53:53 +01:00
benoitc
8c6266866e
fix example
2010-03-26 15:19:46 +01:00