Re: fastcgi question

2006-04-21 Thread Dave St.Germain
You can configure FastCGI to start up a set number of processes when apache starts and keep them running.  Something like this in your httpd.conf should suffice:FastCgiConfig -idle-timeout 90 -restart -minProcesses 5 FastCgiServer /path/to/django.fcgi -processes 5On 4/21/06, tsnyder <[EMAIL PROTECT

Re: fastcgi question

2006-04-21 Thread Geert Vanderkelen
Hi Tamara, tsnyder wrote: > I am extremely new to all of this, so if my question is stupid I'm sorry. I > couldn't find the answer after > doing some searches. I suspect that is because the answer is obvious, and I > apologize if it is. No, it's a small hell when you first do that coming fo

fastcgi question

2006-04-21 Thread tsnyder
I am extremely new to all of this, so if my question is stupid I'm sorry. I couldn't find the answer after doing some searches. I suspect that is because the answer is obvious, and I apologize if it is. If I run django as fastcgi with apache, then, as I understand it, there is a fastcgi pro