Page 1 of 1

nOob question....

PostPosted: 02. July 2005 10:18
by AnthiStatic
I've installed XamppLite and all is working great except fr the fact that i have two instances of apache.exe running in my taskmanager.

One of the files is using about 18mb of resources at any given time, and the other does the same with about 12mb of resources....

Is this how it's supposed to be or have i done something wrong? Is there any way i can make xampp launch only one instance of apache.exe instead?


Thanx for a great webserver!
//Static

PostPosted: 02. July 2005 10:49
by Wiedmann
i have two instances of apache.exe running in my taskmanager.

That's the normal behaviour from the Apache webserver on Windows.

PostPosted: 03. July 2005 01:13
by AnthiStatic
That's the normal behaviour from the Apache webserver on Windows.


It is...? Why is that?

The webserver is running just fine even if i kill one of the processes... And i can't remember apache.exe running twice on my earlier "clean" apache installation neither...!

PostPosted: 03. July 2005 01:19
by Wiedmann

PostPosted: 03. July 2005 02:27
by AnthiStatic
Sorry mate...

That page is like greek to me...

Is it something i can use to get rid of one of the apache.exe instances or is it an explanation as to WHY i have two apache.exe's running simultaneously?

//Static

PostPosted: 03. July 2005 09:04
by Wiedmann
Greek? It's a simple calculation ;-)
Apache manual wrote:It uses a single control process which launches a single child process which in turn creates threads to handle requests

1 + 1 = 2

PostPosted: 03. July 2005 14:32
by AnthiStatic
Thanks mate!