Re: [PHP-DEV] msession tech note, feature (buglet), call for suggestions.

2002-02-12 Thread Andi Gutmans
At 10:16 PM 2/12/2002 -0500, [EMAIL PROTECTED] wrote: There are a number of ways to deal with this, but creating a socket pool of active sockets, and have a number of threads handle the sockets in a classing queue fashion seems like the best way. Anyone have a better idea? Either do a thread

Re: [PHP-DEV] msession tech note, feature (buglet), call for suggestions.

2002-02-12 Thread Sterling Hughes
At 10:16 PM 2/12/2002 -0500, [EMAIL PROTECTED] wrote: There are a number of ways to deal with this, but creating a socket pool of active sockets, and have a number of threads handle the sockets in a classing queue fashion seems like the best way. Anyone have a better idea? Either do a

Re: [PHP-DEV] msession tech note, feature (buglet), call for suggestions.

2002-02-12 Thread Andi Gutmans
At 06:23 AM 2/13/2002 +0100, Sterling Hughes wrote: At 10:16 PM 2/12/2002 -0500, [EMAIL PROTECTED] wrote: There are a number of ways to deal with this, but creating a socket pool of active sockets, and have a number of threads handle the sockets in a classing queue fashion seems like the