From: maruzz@matrice.it
Subject: on apache porting
12 Dec 1996 06:29:36 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <m0vYCoF-000ISlC.cygnus.gnu-win32@aaue.matrice.it>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Original-To: gnu-win32@cygnus.com
X-Mailer: ELM [version 2.4 PL25 PGP2]
Content-Length: 1364      
Original-Sender: owner-gnu-win32@cygnus.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@matrice.it                        *
           *    http://www.matrice.it                    *
           ***********************************************

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
