On Thu, 18 Sep 2003 14:49:33 -0500, William A. Rowe, Jr. wrote: >At 02:28 PM 9/18/2003, Jeff Trawick wrote: >>[EMAIL PROTECTED] wrote: >> >>> Index: rfc1413.c >>> =================================================================== >>> + /* Win32 timeouts are in msec, represented as int */ >>> + msec = timeout * 1000; >>> + setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, + (char *) &msec, >>> sizeof(msec)); >>> + setsockopt(sock, SOL_SOCKET, SO_SNDTIMEO, + (char *) &msec, >>> sizeof(msec)); >>> +#else >>> + //XXX Needs to be implemented for non-winsock platforms >> >>watch your language > >:~P > >Question is - who else has threaded, non-winsock httpd-1.3 implementations? >Does OS2? I thought we had one other threaded unixish exception, but a very >quick grep for MULITTHREAD within src/os didn't reveal anything.
1.3 is not multi-threaded on OS/2. -- ______________________________________________________________________________ | Brian Havard | "He is not the messiah! | | [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian | ------------------------------------------------------------------------------
