464 Commits

Author SHA1 Message Date
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
benoitc
3b2788e3a2 update README for eventlet/Gevent 2010-03-26 12:16:57 +01:00
benoitc
f3a8c224ab resync 2010-03-26 12:15:48 +01:00
benoitc
dfb715b0cc s/Installing/Installation 2010-03-26 12:15:21 +01:00
benoitc
de9c0728aa typo 2010-03-26 12:14:38 +01:00
benoitc
f5ab129997 sync 2010-03-26 12:11:57 +01:00
benoitc
7d24a7597d update doc 2010-03-26 12:10:14 +01:00
benoitc
6863bba84b Ignore SIGWINCH in worker. Fix crash on OpenBSD 2010-03-26 11:08:24 +01:00
Paul J. Davis
d20fd9b411 Fix example config in docs. 2010-03-25 20:02:18 -04:00
Paul J. Davis
fe3f7db88c Wrong license listed in the setup() vars. 2010-03-24 14:40:17 -04:00
benoitc
c1aec22097 fix response 2010-03-23 21:09:15 +01:00
benoitc
d192b1e653 no need to close the socket here 2010-03-23 21:02:24 +01:00