Blame | Letzte Änderung | Log anzeigen | RSS feed
System_Daemon is a PHP class that allows developers to create their own daemonapplications on Linux systems. The class is focussed entirely on creating &spawning standalone daemons, and for example includes:1. Methods to generate OS-specific startup-files (init.d) (currently onlyDebian/Ubuntu are supported), so that your application gets started onreboot as well.2. Methods for logging purposes, also support for PEAR's Log package3. Simple syntax5. Can run with or without PEAR (PEAR adds more elegance & functionality,no-PEAR offers functionality like including system_daemon with svn:externalsand reduced dependencies)6. Default signal handlers, but optionally reroute signals to your ownhandlers.7. Set options like max RAM usage