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 runfcgi? Is there a list of all the options that runfcgi accept? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---