Mail Archives: cygwin/1996/12/12/06:29:36
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".
- Raw text -