PHP Classes
Icontem

Class: IPC Shared Memory


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend!
      Classes of Craig Manley  >  IPC Shared Memory  >  Download  >  Support forum Support forum  >  RSS 1.0 feed RSS 2.0 feed Latest changes  >  Stumble It! Stumble It!  >  Bookmark in del.icio.us Bookmark in del.icio.us  
  Supplied by   Group folder image Groups   Detailed description   Freshmeat project  
  Rate classes User ratings   Dependents   Applications   Files Files  
  • Supplied by:

    Picture of Craig Manley
    Name: Craig Manley <e-mail contact>
    Published packages: 5
    Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
    Home page: ???
    Age: ???
    All time rank: 194
    Week rank: 145

    Browse this author's classes

  • Innovation Award:

    PHP Programming Innovation award nominee
    January 2005
    Number 3
    Using shared memory is a solution for exchanging information between two or more processes or programs, that may or may not be running at the same time, in the same computer or even in different computers.

    The uses of shared memory can be for instance: accessing to information application variables, exchanging messages between programs, etc..

    Depending on the requirements of the applications that can benefit from its use, shared memory can be implemented using for instance OS specific shared memory extensions, memory mapped files and database accessible remotely via a network.

    This class implements an abstracted solution that provides a single interface for accessing storing and retrieving information from different types of shared memory containers, thus making it possible to switch between container types as the requirements of an application evolve.

    Manuel Lemos
  • Groups:

    Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
    Group folder image System information Information about servers, processes and operating system facilities View top rated classes
  • Detailed description:

    This is a package that can be used to share information between different processes using several types of shared memory containers.

    A few shared memory container classes are provided implementing the same interface: file based, SysV shm, MySQL record.

    The interface has functions for atomically fetching or storing shared memory data and also functions to start or finish transactions that allow multiple read or write access operations to be safely execute assuring the necessary integrity.
  • Freshmeat project:

    Project record: ipc_sharedmem
    Popularity score: 39.12 (0.06%)
    Popularity rank: 41,208 (PHP Classes: 318)
    Vitality score: 0.00 (0.00%)
    Rating: Not yet rated Please rate this class in Freshmeat
  • User ratings:

    Ratings
    Utility
    Consistency
    Documentation
    Examples
    Tests
    Videos
    Overall
    Rank
    All time:
    Good (83.3%)
    Good (83.3%)
    Sufficient (66.7%)
    Not sure (58.3%)
    -
    -
    Sufficient (62.5%)
    469
    Month:
    Not yet rated by the users
  • Packages that need this class:

    Class Dependency Why it is needed
    Authen_DAP
    Required
    for shared memory
  • Applications that use this class:

    No application links were specified for this class.
    Add link image If you know an application of this package, send a message to the author to add a link here.
  • Files:

    File Role Description
    Plain text file File.php Class File based shared memory class.
    Plain text file MySQL.php Class MySQL based shared memory class.
    Plain text file README.TXT Doc. Instructions
    Plain text file SharedMem.php Class Common Interface class.
    Plain text file ShmOp.php Class PHP shmop and sysvsem extensions based shared memory class.
    Plain text file tfile_atomic.php Example Example/test script for IPC_SharedMem_File class.
    Plain text file tfile_trans.php Example Example/test script for IPC_SharedMem_File class.
    Plain text file tmysql_atomic.php Example Example/test script for IPC_SharedMem_MySQL class.
    Plain text file tmysql_trans.php Example Example/test script for IPC_SharedMem_MySQL class.
    Plain text file tshmop_atomic.php Example Example/test script for IPC_SharedMem_ShmOp class.
    Plain text file tshmop_trans.php Example Example/test script for IPC_SharedMem_ShmOp class.
    Download all files: ipc_sharedmem.tar.gz ipc_sharedmem.zip
    NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2008 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products