Re: manage.py runfcgi options

2009-04-28 Thread Alex Koshelev
Built-in help has the answers: $ ./manage.py help runfscgi On Tue, Apr 28, 2009 at 10:36 PM, Continuation wrote: > > In the doc an example of running django under fastcgi is given as: > > ./manage.py runfcgi method=threaded host=127.0.0.1 port=3033 > > > But isn't it also necessary to tell

manage.py runfcgi options

2009-04-28 Thread Continuation
In the doc an example of running django under fastcgi is given as: ./manage.py runfcgi method=threaded host=127.0.0.1 port=3033 But isn't it also necessary to tell django how many threads to spawn, what are the maximum number of threads, etc? Shouldn't there be more options to the command runf