From: maruzz AT matrice DOT it Subject: on apache porting 12 Dec 1996 06:29:36 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Original-To: gnu-win32 AT cygnus DOT com X-Mailer: ELM [version 2.4 PL25 PGP2] Content-Length: 1364 Original-Sender: owner-gnu-win32 AT cygnus DOT com dj delorie wrote > > > > I was able to get a single-threaded apache to work, but I suspect that > > NT's networking just doesn't like multiple processes accept()ing on > > one port at a time. I was unable to get further than that. > > Me too, but I've seen that one of the problems is that select will absorbe all cpu time. This is done if you set the errno to EINTR before the select. The error is set by apache to 13 (sharing violation) because the access of the scoreboard file. ciao, -giovanni (by the way, my first program was wrote with djgpp, thank you) -- *********************************************** * * * * * MATRICE srl * * Information Technology Solutions * * * * Giovanni Maruzzelli * * * * * * * * maruzz AT matrice DOT it * * http://www.matrice.it * *********************************************** - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".