[PHP] Re: servers in php

2004-03-14 Thread Comex
On Sat, 13 Mar 2004 19:06:38 -0500, Comex <[EMAIL PROTECTED]> wrote:

I was wondering how to go about making a server in PHP that would accept 
multiple connections..in windows, so I can't use forks.  I'd need to 
call the program from itself but I don't know how the listening works.


I found an example from the Zend mailing list that allowed this by looping 
through the clients..thanks.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: servers in php

2004-03-13 Thread DvDmanDT
I was thinking about this a while ago accutually.. It does seem like you can
use ticks to get a multithreaded server, with multiple connections, but I
can't say for sure.. :p

-- 
// DvDmanDT
MSN: dvdmandt?hotmail.com
Mail: dvdmandt?telia.com
"Comex" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
I was wondering how to go about making a server in PHP that would accept
multiple connections..in windows, so I can't use forks.  I'd need to call
the program from itself but I don't know how the listening works.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php