455 Commits

Author SHA1 Message Date
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
Paul Davis
1d326f88c4 Fixed async responses. 2010-03-23 15:54:22 -04:00
Paul Davis
e4b7263314 Fix async req/resp handlers. 2010-03-23 15:40:14 -04:00
Paul J. Davis
2242be27cf Silly typo prevented response header parsing. 2010-03-23 15:10:52 -04:00
Paul J. Davis
014d711bd7 Fix PEP 333 compliance for the write callable. 2010-03-23 14:58:10 -04:00
benoitc
e37bfa3c4e fix requirement 2010-03-22 22:32:08 +01:00
benoitc
9f572bc8ea add headers_sent guard. 2010-03-21 10:30:57 +01:00
benoitc
125392d054 next version will be 0.7.0 2010-03-20 15:11:39 +01:00
benoitc
514a0ba0e3 change the way we handle last chunk, on't break but instead test if last
was an empty string. So we allows idiot content to send empty string at
first.
2010-03-19 10:00:15 +01:00
benoitc
771d44902a use formatted title so we make sure all browsers will correctly read
them
2010-03-18 08:58:05 +01:00