RE: Dynamic but persistent fastCGI process?

"Karl Skidmore" <Karl-egszMXNSOjVWk0Htik3J/[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
Try this...

FastCgiConfig -singleThreshold 60 -maxClassProcesses 1


-----Original Message-----
From: fastcgi-developers-bounces+karl=multimap.com-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
[mailto:fastcgi-developers-bounces+karl=multimap.com-xGejAJT2w6xVgU18Zptdi4jBFkejb+Ym@public.gmane.orgm
] On Behalf Of Brian K Justice
Sent: 05 November 2004 05:56
To: [email protected]
Subject: [FASTCGI] Dynamic but persistent fastCGI process?

Hello --

I am using FastCGI for several static processes started per my Apache
httpd.conf file (under Linux), and this works great. What I am also
hoping
to do is to have a dynamic process which is not automatically started,
but
that will continue to live once started. What I am seeing is a request
for
my FastCGI app (say http://brian/fcgi/dynamic/doit) starts the doit
process.
Then if I make another request (POST) for the same thing, I get a *new*
process, but I want to access the one just started prior to that.

In my httpd.conf I have:

<Directory /usr2/httpd/fcgi-bin/dynamic/>
	SetHandler fastcgi-script
	Options +ExecCGI
</Directory>

Is there a way to specify that once something starts from that dynamic
directory that any new requests for it are handled by it instead of
having a
second process start -- or am I missing some obvious thing here?

Hope this made sense.

Thanks.

Brian

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.