logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4.16 Win64 100%-CPU/failing exit threads
Author
cangoou



Joined: 15 Feb 2013
Posts: 5

PostPosted: Sun 04 Oct '15 13:24    Post subject: Apache 2.4.16 Win64 100%-CPU/failing exit threads Reply with quote

Hello!

I just migrated from PHP 5.6.8 32-Bit/Apache 2.4.10 32-Bit to PHP 5.6.14 64-Bit/Apache 2.4.16 64-Bit on a Windows 7. Everything works fine so far, it feels like it's a bit faster as well. I took the same http.conf and php.ini as before.

The problem: Sometimes (not always) loading a page or image takes "forever", meaning: the site appears after 2 (exactly!) minutes or not at all. The CPU-usage for httpd goes up to 100%. When trying to
net stop apache2.4
it takes very long as well. I looked at the error.log:
[Sat Oct 03 14:15:31.452137 2015] [mpm_winnt:notice] [pid 11076:tid 380] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Oct 03 14:15:34.336238 2015] [mpm_winnt:notice] [pid 33048:tid 304] AH00363: Child: Terminating 80 threads that failed to exit.
[Sat Oct 03 14:15:34.336238 2015] [mpm_winnt:notice] [pid 33048:tid 304] AH00364: Child: All worker threads have exited.

So there seems to be 80 crashed threads. This never happened before with the 32-bit versions. Any idea what might cause this or how to debug this?
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Sun 04 Oct '15 13:43    Post subject: Reply with quote

Do you have:

AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off

?
Back to top
cangoou



Joined: 15 Feb 2013
Posts: 5

PostPosted: Mon 05 Oct '15 8:58    Post subject: Reply with quote

Ah, didn't know that is necessary. Seems to work now, thanks a lot!
Back to top
cangoou



Joined: 15 Feb 2013
Posts: 5

PostPosted: Mon 05 Oct '15 14:45    Post subject: Reply with quote

>First it worked, but now the problem appeared again.
Sorry, it works, this time it was an error of myself...
Back to top


Reply to topic   Topic: Apache 2.4.16 Win64 100%-CPU/failing exit threads View previous topic :: View next topic
Post new topic   Forum Index -> Apache