Login   Register  
PHP Classes

Class: Daemon Emulation

Icontem
elePHPant

  Classes of Grigori Kochanov  >  Daemon Emulation  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Daemon Emulation Support forum
Base name: daemonclass
Description: Create and manage daemon processes
Version: -
Required PHP version: -
License: BSD License
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Grigori Kochanov
Name: Grigori Kochanov <e-mail contact>
Published packages: 6 Browse this author's classes Browse this author's classes
Country: Ukraine Ukraine - PHP jobs in Ukraine
Home page: http://www.grik.net/

Groups

Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Unix Use of capabilities specific of POSIX, Unix like operating systems View top rated classes
Group folder image Language Constructs to assist in the language control View top rated classes

Detailed description

The class can be used to create and manage daemon processes.

It starts a new child process that is left asleep while the main process runs. After some time the main process wakes up the child and exits. The child starts another child process which gets is left asleep while its parent process runs and so on.

It requires the PHP pnctl extension, so it only works under Unix/Linux like systems.

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
Accessible without login Plain text file test.php Example run this from the comand line
Plain text file configure_cli_sample Data sample of the ./configure command to compile PHP CLI
Accessible without login Plain text file daemon.class.php Class The class that allows to make script a daemon process
Download all files: daemonclass.tar.gz daemonclass.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.