View Single Post

  #2 (permalink)  
Old 04-28-2009
mlemos
 
Posts: n/a
Default Re: Any Good Muti-User SOCKET Server examples?

Hello,

on 04/27/2009 10:20 PM the Big H said the following:
>
> I've been looking all over the net for decent socket server examples
> (step-by-step would be nice). I can't seem to find anything that comes
> close to handling multiple users as simple as possible. If you find
> anything please post it here. Any help would be totally Awesome-O 8 )


You may want to take at this PHP class that can handle multiple clients
connecting to multiple sockets at the same time.

http://www.phpclasses.org/supersocket

--

Regards,
Manuel Lemos

Find and post PHP jobs
http://www.phpclasses.org/jobs/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Reply With Quote