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: Extreme CPU usage on new Apache 2.2 installation
Author
rob



Joined: 03 Mar 2006
Posts: 2
Location: Stoughton, MA

PostPosted: Fri 03 Mar '06 19:53    Post subject: Extreme CPU usage on new Apache 2.2 installation Reply with quote

Hi - just downloaded Apache 2.2 from ApacheLounge and installed on my Window XP Pro box. I changed conf so I could read the manual and then fired-up "httpd" process. Even though I could read the manual with http://localhost/manual I noticed that CPU was ramped pretty high (I'm running a 3.2Ghz Pentium 4 HT with 2GB RAM so it should be plenty.

What does this mean from error.log file?

Fri Mar 03 12:31:28 2006] [notice] Apache/2.2.0 (Win32) configured -- resuming normal operations
[Fri Mar 03 12:31:28 2006] [notice] Server built: Dec 30 2005 21:24:41
[Fri Mar 03 12:31:28 2006] [notice] Parent: Created child process 3564
[Fri Mar 03 12:31:29 2006] [notice] Child 3564: Child process is running
[Fri Mar 03 12:31:29 2006] [notice] Child 3564: Acquired the start mutex.
[Fri Mar 03 12:31:29 2006] [notice] Child 3564: Starting 250 worker threads.
[Fri Mar 03 12:31:29 2006] [notice] Child 3564: Starting thread to listen on port 80.
[Fri Mar 03 12:31:29 2006] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 3564: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Fri Mar 03 12:31:29 2006] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 3564: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.
[Fri Mar 03 12:31:29 2006] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 3564: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.

...


So I killed it and then heavy CPU load went away.

Any ideas?

Thanks!

Rob
rob@baseclasstech.com
Back to top
Steffen
Moderator


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

PostPosted: Fri 03 Mar '06 20:06    Post subject: Reply with quote

The messages are quite clear.

Did you tried the Win32DisableAcceptEx directive ?


Steffen
Back to top
Ghost Walker



Joined: 25 Mar 2006
Posts: 1
Location: Germany

PostPosted: Sat 25 Mar '06 12:41    Post subject: Reply with quote

I had the same problem. After I uninstalled the app "Steganos Internet Anonym ..." the problem has gone. Without to include the Win32DisableAcceptEx directive to httpd.conf!
Back to top


Reply to topic   Topic: Extreme CPU usage on new Apache 2.2 installation View previous topic :: View next topic
Post new topic   Forum Index -> Apache