PHP Classes

Classes of Nathan Bruer

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Nathan Bruer (1)  >  Mission progress status  >  Reputation  
Picture of Nathan Bruer
Name: Nathan Bruer is available for providing paid consulting. Contact Nathan Bruer . Nathan Bruer Google profile
Classes: 1
Country: United States United States
Age: 37
All time rank: 1618242 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 1797
Week users: 0
Innovation award
Innovation award
Nominee: 1x

Winner: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Web Socket Service  
PHP Programming Innovation award winner
December 2011
Winner


Prize: One downloadable copy of PhpED Professional
Handle Web socket accesses using child processes
This package can handle Web socket connections to establish asynchronous communications between browsers using JavaScript and PHP scripts.

There is one class that can listen to connections on a given port of an IP address. It creates child processes that will handle the Web socket communications, so if the child processes die it will not kill the main Web socket handling process.

A separate class can handle the communication between child and parent processes to process Web socket requests and return the request responses.

Applications can handle the Web socket requests by creating a sub-class of this last class.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z