Click to See Complete Forum and Search --> : [Resolved] Apache Svcs showing twice


conjurer
01-09-2005, 03:09 PM
I notice in the task manager list of running processes that Apache.exe is shown twice. This doesn't seem normal - and it is happening automatically at boot up.

I am running Windows XP Pro.

Apache does work for me and I am able to display web pages locally and run PHP and MySQL, but in the interest of a "clean machine" where would I need to look to get this resolved and only have it running one Apache service?

tsinka
01-16-2005, 04:44 AM
Hi,

I think that is a rather normal behaviour. Depending on the server load you can even see more than two Apache tasks since apache normally forks a new thread for each unique client. The two tasks are:

1) The starter task
2) one task that answers the HTTP requests.

Thomas

conjurer
01-16-2005, 02:34 PM
Someone else said they thought it would show two processes because I also have MySQL loaded.

Sounds like I am worrying about nothing...something I am really good at. :-)

Thanks for posting.