Re: help me, please!

"Gordon Colburn" <gordon-ph3hwQsbQ5ZWk0Htik3J/[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Organization Group 309
Message-ID <001701ca54e8$f980bcb0$0138a8c0@mozart>
I suggest you use static rather than dynamic fast cgi servers. To use static fast cgi servers, use one FastCgiServer directive for each of your three applications. FastCgiServer allows you to specify how many instances of the application to start via the –processes option. So your configuration would look something like:

 

FastCgiServer /var/www/fcgi-bin/aa.fcgi  -processes 20 

FastCgiServer /var/www/fcgi-bin/bb.fcgi  -processes 40 

FastCgiServer /var/www/fcgi-bin/cc.fcgi  -processes 50

 

With static servers, you will always have the maximum number of servers running, even when you have few requests, but that is probably OK; since your server must be sized for peak load, you might as well allow the peak number of processes to run at all times.

 

I hope that helps.

 

Regards,

Gordon Colburn

 

(Sorry if this is a duplicate; I sent it a moment ago and it was rejected by the list server, so I am resending it.)

 

  _____  

From: fastcgi-developers-bounces+gordon=group309.com-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org [mailto:fastcgi-developers-bounces+gordon=group309.com-xGejAJT2w6xVgU18Zptdiw@public.gmane.orgcom] On Behalf Of ??
Sent: Saturday, October 24, 2009 3:02 AM
To: fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
Subject: [FASTCGI] help me, please!

 

Hi :

because my english is not very good, i wish you can understand me,thanks.

 

my question is:  i use  apache2  http server with AIX 5.3 OS, installed FASTCGI module,

3 FASTCGI  programe  , the name are: aa.fcgi, bb.fcgi, cc.fcgi. 

we need to limit the number of  the instance of these programes,  

i want:  the max number of aa.fcgi is 20, the max number of bb.fcgi is 40, the max number of cc.fcgi is 50,

 

i dont't know how to specify these option ,  i  studied the httpd.conf , and try to find the nswer from internet ,but 

i can't get any useful answer. 

 

please help me , thanks a lot !

 

best regards ,

 

bo, li   2009 - 10 - 24

 

 

################################################################

if you know chinese, please see the text below, if no , ignore the text below here.

 

我希望在AIX+APACHE+FASTCGI环境下,分别控制每一个FASTCGI插件程序的数量,但是不知道怎样做,我查看了httpd.conf文件的内容,

但是没有找到答案,从internet上也没有解决这个问题.如果您知道答案,请帮助我解决这个问题,非常感谢您!

################################################################

_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
http://mailman.pins.net/mailman/listinfo.cgi/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.