|
Project Information
Featured
Links
|
Concentre Daemon is a Zend Framework class to help in *nix console daemon development. A Zend Framework proposal was created for this project : http://framework.zend.com/wiki/display/ZFPROP/Zend_Daemon+-+Sebastien+Cramatte - This component will help forking main process to background
- This component will handle pid/pid file to ensure that only one daemon is running
- This component will chroot jail
- This component will allow running the daemon as non priviliged user
- This component will help building daemon socket based server (chat server, xml sockets,...)
|