Comments on: Creating a Chat server in PHP with sockets, forks and pipes http://systemsarchitect.net/creating-a-chat-server-in-php-with-sockets-forks-and-pipes/ Software Design & Programming Wed, 04 Feb 2015 09:28:59 +0000 hourly 1 http://wordpress.org/?v=3.9.3 By: Lukasz Kujawa http://systemsarchitect.net/creating-a-chat-server-in-php-with-sockets-forks-and-pipes/#comment-14 Mon, 11 Feb 2013 11:11:57 +0000 http://systemsarchitect.net/?p=121#comment-14 Thank you for your comment Jon. Yes, it can be done with pthreads. As you probably know pthreads are better fit for this job and are far more convenient to program. The extension is available for Windows. The only problem is that the extension is still in experimental mode.

]]>
By: Jon Bradshaw http://systemsarchitect.net/creating-a-chat-server-in-php-with-sockets-forks-and-pipes/#comment-8 Sat, 09 Feb 2013 13:12:15 +0000 http://systemsarchitect.net/?p=121#comment-8 It looks great but without Windows support its not useful (even if Win is not so fashionable right now). Do you have a solution for all sensible clients?

]]>