Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users
Apache 2 child spawn issue
 

Index | Next | Previous | View Flat


edavid at ucalgary

Oct 25, 2005, 9:47 AM


Views: 276
Permalink
Apache 2 child spawn issue

I am getting this message when I run a perl program.
*Resource temporarily unavailable: couldn't create child process:*

I am including my config file parameters:-

##
## Server-Pool Size Regulation (MPM specific)
##

<IfModule prefork.c>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 256
MaxRequestsPerChild 10000
</IfModule>

# worker MPM
<IfModule worker.c>
ServerLimit 16
StartServers 3
MaxClients 256
MinSpareThreads 75
MaxSpareThreads 250
ThreadsPerChild 25
MaxRequestsPerChild 10000
</IfModule>

# perchild MPM
<IfModule perchild.c>
NumServers 5
StartThreads 5
MinSpareThreads 5
MaxSpareThreads 10
MaxThreadsPerChild 64
MaxRequestsPerChild 0
</IfModule>

If anyone can see what I am doing wrong please let me know.
My workaround for now is to restart the Apache server.

---------------------------------------------------------------
Edward David
Sr. Systems Analyst
University of Calgary
Information Resources
Information Technology Service
---------------------------------------------------------------


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org

Subject User Time
Apache 2 child spawn issue edavid at ucalgary Oct 25, 2005, 9:47 AM
    Re: Apache 2 child spawn issue edavid at ucalgary Oct 25, 2005, 9:55 AM
    RE: Apache 2 child spawn issue bp3965 at sbc Oct 25, 2005, 11:14 AM
    RE: Apache 2 child spawn issue Axel-Stephane.SMORGRAV at europe Oct 26, 2005, 12:54 AM
    Re: Apache 2 child spawn issue edavid at ucalgary Oct 26, 2005, 7:59 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.