tags:

views:

59

answers:

1

I have a PHP script which creates and listens on a port for connections from multiple clients.

I need this socket server to also act as a client, and connect to another server. (multiple other servers).

All connections need to be able to receive/send data without "locking" up any of the others.

A: 

Probably, this library or tutorial can help you.

xaoc
That library should do perfectly. Thanks
giggsey