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.