Jump to content
The Uniform Server Community

How to start more Apache servers?


mixersoft
 Share

Recommended Posts

I'm running 3.5-Apollo and using the Apache server to start/manage ong-running local processes via proc_open() (up to 3600 seconds).

 

But once I kick off 2 of these processes, my Apache server won't respond to any other requests - it just queues them up until one of the servers is free. Looking at the XP task manager, I only see 2 Apache.exe processes at any given time. Plus, my dual CPU usage is only around 25%.

 

How do I start more servers to handle the other requests?

 

I'm running the following in my httpd.conf:

 

<IfModule mpm_winnt.c>

ThreadsPerChild 250

MaxRequestsPerChild 0

</IfModule>

 

michael.

Link to comment
Share on other sites

If you want to run dual servers, you best bet would be to try the MiniServer line... They can run besides each other so you can have more than 1 server running at the same time.

 

You can get it from the SourceForge.net Project Page.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...