芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/doc/System_Daemon/examples/bug_test_b.php
#!/usr/bin/php -q true, "help" => false, "write-initd" => false ); // Options $options = array( 'appName' => 'queue_test', 'appDir' => dirname(__FILE__), 'sysMaxExecutionTime' => '0', 'sysMaxInputTime' => '0', 'sysMemoryLimit' => '1024M' ); System_Daemon::setOptions($options); // Overrule the signal handler with any function System_Daemon::setSigHandler(SIGCONT, array("System_Daemon", "defaultSigHandler")); System_Daemon::start(); System_Daemon::restart(); System_Daemon::stop();