From: David G. <dav...@po...> - 2004-10-25 21:56:51
|
George Harvey <fr...@di...> wrote: >The failure occurs when a script does not get back >the page it expects and can happen anytime from a few minutes to a >couple of hours into the test. Does the server sockets die? You can try replacing the socket channel implementation entirely with IOCPSOCK (http://sf.net/projects/iocpsock). The current core implemention for sockets has trouble on windows and tends to drop accepts (meaning some are ACK'd to the client by AFD, but at the application level no FD_ACCEPT is sent by winsock, making tclhttpd not know a new client has connected). IOCPSOCK fixes this and numerous other performance problems with server sockets on windows NT. -- David Gravereaux <dav...@po...> [species: human; planet: earth,milkyway(western spiral arm),alpha sector] |