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: Error log warning
Author
bokehman



Joined: 12 Oct 2006
Posts: 11

PostPosted: Thu 09 Aug '07 22:11    Post subject: Error log warning Reply with quote

Hi all,

Has anyone seen the following error before. It happens about every 20 seconds. Any ideas what it is and how to stop it because it is really slowing down the server.

By the way the bit in Spanish says: the semaphore waiting interval has expired and the name of the specified network is not available.

Code:
[Thu Aug 09 22:01:21 2007] [warn] (OS 121)Ha terminado el intervalo de espera del semáforo.  : winnt_accept: Asynchronous AcceptEx failed.
[Thu Aug 09 22:01:21 2007] [warn] (OS 64)El nombre de red especificado ya no está disponible.  : winnt_accept: Asynchronous AcceptEx failed.
[Thu Aug 09 22:01:21 2007] [warn] (OS 64)El nombre de red especificado ya no está disponible.  : winnt_accept: Asynchronous AcceptEx failed.
[Thu Aug 09 22:01:45 2007] [warn] (OS 121)Ha terminado el intervalo de espera del semáforo.  : winnt_accept: Asynchronous AcceptEx failed.
[Thu Aug 09 22:01:45 2007] [warn] (OS 64)El nombre de red especificado ya no está disponible.  : winnt_accept: Asynchronous AcceptEx failed.
[Thu Aug 09 22:01:45 2007] [warn] (OS 64)El nombre de red especificado ya no está disponible.  : winnt_accept: Asynchronous AcceptEx failed.
[Thu Aug 09 22:01:49 2007] [warn] (OS 64)El nombre de red especificado ya no está disponible.  : winnt_accept: Asynchronous AcceptEx failed.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 10 Aug '07 9:16    Post subject: Reply with quote

You should try Win32DisableAcceptEx
http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html

But I'm a bit confused because x64 Windows is modern and should support AcceptEx

Which OS do you run? XP 64?
Back to top


Reply to topic   Topic: Error log warning View previous topic :: View next topic
Post new topic   Forum Index -> Apache