| Author |
Apache 2 (crazy CPU usage) and not working
|
|
| lecloune 2004-01-19, 7:12 am |
| Need to fix this
-i got the 2 process runing
-1 of them seems ok
-the other use 94% cpu
-i'm not able to access my webpage through local host or by any other way
-i'm assuming this can be fixed cause i had this prob in the past and
fixed it...but never knew how i fixed it...maybe with a re-install or
somethig else
-the error log doesnt seem to have any relevant info but here it is
**
[Sat Oct 25 16:54:05 2003] [notice] Parent: Created child process 1636
[Sat Oct 25 16:54:06 2003] [notice] Child 1636: Child process is running
[Sat Oct 25 16:54:06 2003] [notice] Child 1636: Acquired the start mutex.
[Sat Oct 25 16:54:06 2003] [notice] Child 1636: Starting 250 worker
threads.
[Sat Oct 25 16:54:19 2003] [notice] Parent: Received shutdown signal --
Shutting down the server.
[Sat Oct 25 16:54:19 2003] [notice] Child 1636: Exit event signaled. Child
process is ending.
[Sat Oct 25 16:54:20 2003] [notice] Child 1636: Released the start mutex
[Sat Oct 25 16:54:21 2003] [notice] Child 1636: Waiting for 250 worker
threads to exit.
[Sat Oct 25 16:54:21 2003] [notice] Child 1636: All worker threads have
exited.
[Sat Oct 25 16:54:21 2003] [notice] Child 1636: Child process is exiting
[Sat Oct 25 16:54:21 2003] [notice] Parent: Child process exited
successfully.
**
anyway, if anyone can help go on 
thx
| |
| lecloune 2004-01-19, 7:12 am |
|
I'm running apache under win2k btw 
thx
| |
| Joachim Ring 2004-01-19, 7:12 am |
| > -i got the 2 process runingquote:
> -1 of them seems ok
> -the other use 94% cpu
quote:
> [Sat Oct 25 16:54:05 2003] [notice] Parent: Created child process 1636
> [Sat Oct 25 16:54:06 2003] [notice] Child 1636: Child process is running
> [Sat Oct 25 16:54:06 2003] [notice] Child 1636: Acquired the start mutex.
> [Sat Oct 25 16:54:06 2003] [notice] Child 1636: Starting 250 worker
> threads.
> [Sat Oct 25 16:54:19 2003] [notice] Parent: Received shutdown signal --
> Shutting down the server.
so you start with 250 worker threads and kill it after 15 seconds? i
guess it's still busy starting all those workers, set ThreadsPerChild
to sth lower and see or give it some time to cool down...
joachim
| |
|
| lecloune wrote:
quote:
>
> I'm running apache under win2k btw 
>
> thx
I started with Apache under windows too, but I very quickly learned that
windows cant handle it. Windows gets bogged down with anything more than
rudimnetary threading. This isnt Apache's fault its that windows cant
handle the load. I switched to linux and Apache runs like a charm, just
breezes along doing its thing.
Just a FYI
Eric
|
|
|
|