Show More
@@ -16,16 +16,22 b' http server that supports chunked encodi' | |||||
16 | i recommend using waitress_ or gunicorn_ (linux only) for `paste` wsgi app |
|
16 | i recommend using waitress_ or gunicorn_ (linux only) for `paste` wsgi app | |
17 | replacement. |
|
17 | replacement. | |
18 |
|
18 | |||
19 | To use waitress simply change:: |
|
19 | To use waitress simply change change the following in the .ini file:: | |
20 |
|
20 | |||
21 |
use = egg:Paste# |
|
21 | use = egg:Paste#http | |
22 |
|
22 | |||
23 | To:: |
|
23 | To:: | |
24 |
|
24 | |||
25 | use = egg:waitress#main |
|
25 | use = egg:waitress#main | |
26 |
|
26 | |||
27 | In you .ini file, then you can simply run `paster serve` as usual. |
|
27 | And comment out bellow options:: | |
28 |
|
|
28 | ||
|
29 | threadpool_workers = | |||
|
30 | threadpool_max_requests = | |||
|
31 | use_threadpool = | |||
|
32 | ||||
|
33 | ||||
|
34 | You can simply run `paster serve` as usual. | |||
29 |
|
35 | |||
30 |
|
36 | |||
31 | You can always disable git/hg support by editing a |
|
37 | You can always disable git/hg support by editing a |
General Comments 0
You need to be logged in to leave comments.
Login now