Mod_perl spawning processes

2003-06-09 Thread George Bagley
Hi

CONFIG  redhat linux 9.0
  apache 2

I have ugraded from apache1.3 to Apache2 and I am having a performance
problem with a cgi script.

On 1.3, when I do a ps, I cannot see the cgi script running.

On 2, there are hundreds of the cgi scripts running.

The cgi makes a connection to a mysql database.

Is there a configuration option to stop this happening?  



Thanks

George Bagley
Senior Systems Analyst

Red Eye International Ltd
24-28 Nelson's Row
Clapham
London  SW4 7JT

d: 020 7627 9313
t: 020 7627 9300
f: 020 7627 9301
e: [EMAIL PROTECTED] 
n: www.redeye.com

eCRM experts





Re: Mod_perl spawning processes

2003-06-09 Thread Perrin Harkins
On Mon, 2003-06-09 at 15:34, George Bagley wrote:
 CONFIG  redhat linux 9.0
 apache 2

I'm afraid that's not enough info to guess what you're doing.  Please
read
http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems

 I have ugraded from apache1.3 to Apache2 and I am having a performance
 problem with a cgi script.

Do you mean a script running under ModPerl::Registry?  We don't support
actual CGI on this list, just mod_perl.

- Perrin