RE: [PHP-DEV] Re: Client socket

2002-05-30 Thread J Smith
om: J Smith [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 29, 2002 8:13 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Re: Client socket > > > > Since apache is multi-processed rather than multi-threaded, I'd imagine > that > you're getting the same so

RE: [PHP-DEV] Re: Client socket

2002-05-29 Thread Vinod Panicker
Vinod Panicker <[EMAIL PROTECTED]> Sr. Software Designer Geodesic Information Systems Ltd. -Original Message- From: J Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 8:13 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] Re: Client socket Since apache is multi-proces

[PHP-DEV] Re: Client socket

2002-05-29 Thread J Smith
Since apache is multi-processed rather than multi-threaded, I'd imagine that you're getting the same socket file descriptor since each new connection means a new fork of httpd, resulting in three file descriptors by the time you get to what you're doing. Are you trying to get ahold of the soc