PHP Classes

Packages of Robert Young

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Robert Young (2)  >  Mission progress status  >  Reputation  
Picture of Robert Young
Name: Robert Young <contact>
Classes: 2
Country: United Kingdom
Age: 45
All time rank: 198186 in United Kingdom
Week rank: 195 Up9 in United Kingdom Up
All time users: 1342
Week users: 0
Innovation award
Innovation award
Nominee: 2x
 
  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 PHP Multiplexed I/O  
PHP Programming Innovation award nominee
April 2007
Number 4
Manage multiple simultaneous network connections
This package can be used to manage multiple simultaneous network connections or file accesses. It is loosely based on the selectable channels implementation from Java's NIO package.

It can create streams to access files, access network servers or accept connections from network clients.

The streams can be set to non-blocking mode, so this package can manage the access to data read or written to multiple streams simultaneously.

It can register selectors for all the streams, so it can wait and handle the data read or written to multiple streams when it is ready.

  Files folder image PHPDance  
PHP Programming Innovation award nominee
February 2007
Number 5
Access Sharedance distributed cache servers
This package can be used to store and retrieve data stored in ShareDance distributed cache servers.

It can connect to ShareDance servers and store, retrieve or delete cached data associated to a a given key.

It supports accessing multiple ShareDance servers and can optionally store data redundantly in two servers.

There is also a session handler class that stores and retrieves session data from ShareDance servers.


  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