Comments on: Multi threaded Socket Server in PHP with fork http://systemsarchitect.net/multi-threaded-socket-server-in-php-with-fork/ Software Design & Programming Fri, 04 Jul 2014 07:14:25 +0000 hourly 1 http://wordpress.org/?v=3.9.1 By: Joubert http://systemsarchitect.net/multi-threaded-socket-server-in-php-with-fork/#comment-3767 Wed, 21 Aug 2013 20:03:53 +0000 http://systemsarchitect.net/?p=97#comment-3767 Hi, I liked your tutorial and classes on github so much.

I have one question.

I’m using a server for multiple connections, when a connection is stabilized, my device send a data normally, but after that, the server is waiting for the device to send more data, if I try to send a command to the device, the command isn’t sent to it while it doesn’t send anything to server.
Is there any way for me to send the command in real time once the connection is stable and there is no data being sent?

]]>