Using PHP Sockets as a "Relay"

Posted by Trikks on Stack Overflow See other posts from Stack Overflow or by Trikks
Published on 2010-03-21T14:04:50Z Indexed on 2010/03/21 14:11 UTC
Read the original article Hit count: 290

Filed under:
|

Hi!

I'm trying to create a left > php socket-server < right relation with php sockets.

Let's say that I have a server-daemon on the left side, like a vnc-server that connects to the socket-server.

On the right side I've got a client that want to connect to the left server-daemon, but it has to be done through the socket-server.

The server environment is a fully featured Linux or Mac OS X Server host with php5.3.

Any idéas?

Thanks / Trikks

© Stack Overflow or respective owner

Related posts about php

Related posts about sockets