-
Around line 276 of comet.php a socket_close is attempted - if no clients are connected this tends to give a nice list of warning.
Suggestion: add an if(isset($client[$i]['sock'])) around it :)
On a sidenote, this class does not work on windows based servers - pcntl functions aren't available there. Could be I overlooked that notion, if not, might be worthwhile to add ;)
~ Frag.
2008-02-10 19:29:55 UTC by fragfrog
-
the first release is ready for download and test.
http://www.databay.de/homepage/de/websolutions/tools_demos/304.html.
2007-07-07 08:32:34 UTC by aresch
-
Ok, I did it. The first alpha-release is nearly ready to be published. I now have a comet-php-server which can be connected from 20 clients at the same time and reacts fast enough for my next tests. I try to build this comet-implementation into a simple game to demonstrate how it works.
2007-06-11 21:02:56 UTC by aresch
-
the first steps are done. I have a php-proxyserver which recognizes command for my comet-implementation, a set of javascript and php-functions to manipulate the webpage and an idea for a demo-game to show how it works.
Now I have to fix some problems in handling long-live-connections with IE, while Firefox works well. Anyone out there interested in this project?.
2007-06-04 19:45:13 UTC by aresch
-
Anonymous committed patchset 1 of module CVSROOT to the Comep the PHP-Comet-Server CVS repository, changing 11 files.
2007-06-04 19:10:11 UTC by nobody
-
aresch registered the Comep the PHP-Comet-Server project.
2007-06-04 19:05:07 UTC by aresch