Paul J. Davis
c515a91c4c
Fix typo spotted by Benoit
2010-05-07 19:29:47 -04:00
Paul J. Davis
6d2ee3af34
Updated config example with Benoit's suggestions.
2010-05-07 19:26:03 -04:00
Paul J. Davis
b2c45f1df4
Missing r-paren
2010-05-07 19:08:43 -04:00
Paul J. Davis
49521b81a5
Rewrote the sample config file.
...
Includes more information on each parameters and groups parameters
by area of interest.
2010-05-07 19:02:16 -04:00
benoitc
9e26203f45
eventually fix pip error
2010-04-29 10:22:39 +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
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
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
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
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
8c6266866e
fix example
2010-03-26 15:19:46 +01:00
benoitc
c1aec22097
fix response
2010-03-23 21:09:15 +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
6845d10460
fix worker. status is a response thing. instead test if we got a status
...
line or if environ isn't empty.
2010-03-17 23:06:45 +01:00
benoitc
49e57d36bb
remove useless examples
2010-03-17 01:06:17 +01:00
benoitc
0781caadab
merge grainbows & gunicorn
2010-03-17 00:18:16 +01:00
benoitc
562c9a2d70
revert previous change
2010-03-13 23:25:29 +01:00
benoitc
d21254edfc
update readme
2010-03-13 23:21:42 +01:00
benoitc
f2adef3d35
refactor pidfile
2010-03-11 13:19:19 +01:00
benoitc
398479fb33
refactor pidfile
2010-03-11 13:14:30 +01:00
benoitc
ea02c5e073
this seems to fix problem with upload. Tested with the django app
2010-02-28 22:46:35 +01:00
benoitc
d50420848e
add simple upload form test by adding its management in django ex
2010-02-28 22:46:35 +01:00
benoitc
d92364af71
new read_partial function. We also now use buffer in parser.
2010-02-28 22:46:35 +01:00
Jannis Leidel
57369b38ba
Added example Supervisor configuration
2010-02-22 19:33:50 +01:00
Paul J. Davis
b20a0ace1e
Added wsgiref validator to the example.
2010-02-22 11:17:00 -05:00
benoitc
316e943609
Use example of doc
2010-02-20 23:18:16 +01:00
benoitc
b1bd52b510
configuration doc
2010-02-20 16:54:05 +01:00
Benoit Chesneau
26e8f153ca
shouldn't have been merged
2010-02-15 14:53:02 +01:00
Benoit Chesneau
2e170bb3ad
fix paster serve
2010-02-15 14:43:39 +01:00
jbergstroem
cb2d9203ee
No need for duplicate test(ing).py
2010-02-10 16:59:23 -05:00
Benoit Chesneau
a57e2ec7e6
timeout could be None.
2010-02-03 10:41:30 +01:00
Benoit Chesneau
8dd0f9e881
fix relatives import in gunicorn_django command
2010-01-31 03:51:06 +01:00
Benoit Chesneau
6afaf608e3
add daaemon option
2010-01-31 02:34:16 +01:00
Benoit Chesneau
2346866ea5
useless debug
2010-01-31 02:09:51 +01:00
Benoit Chesneau
23af620000
I thought global_conf would be enough to get all info from paster.
...
Obviously I was wrong, we also need to use local_conf. Spotted by @gawel
on irc.
2010-01-27 15:42:52 +01:00
Benoit Chesneau
00fa4313c8
since we are in a test just display stdout with paster so users can see
...
number of workers.
2010-01-26 02:34:27 +01:00
Benoit Chesneau
96a0a0c895
update test.ini
2010-01-26 02:12:29 +01:00
Benoit Chesneau
c41b0c6903
detect if debug=true in ini
2010-01-25 17:12:36 +01:00
Benoit Chesneau
63d45ef181
gunicorn server factory for paster.
2010-01-23 16:46:49 +01:00
Benoit Chesneau
e699a50952
handle application errors
2010-01-23 15:04:52 +01:00
Benoit Chesneau
b0f1a0fe06
add django_paste command for paste-compatible projects.
2010-01-23 14:25:41 +01:00
Eric Florenzano
036735b456
Used PyFlakes to detect and fix unneeded imports.
2010-01-21 13:23:35 -08:00
Benoit Chesneau
6da023a7da
clean a litle the rep
2010-01-21 00:51:48 +01:00
Benoit Chesneau
12612e1f34
ignore nohup.out
2010-01-20 14:12:48 +01:00
Benoit Chesneau
6eecc37fce
add http parsers unittests and fix it while i'm here
2010-01-20 14:10:38 +01:00
Benoit Chesneau
fcbaae054a
new http parser. need to add TE support yet
2010-01-18 00:19:57 +01:00
Benoit Chesneau
045b3127cc
add setup file, fixx license
2009-12-21 19:47:07 +01:00