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
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