Commit fd6a4e96 authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent 567bb4cd
......@@ -37,7 +37,6 @@ class Test extends Logger
public function run()
{
require_once APPLICATION_PATH . '/scripts/crontab/push/runRedisBase.php';
while (true) {
pcntl_signal_dispatch();
printf(".123");
......@@ -104,6 +103,7 @@ class Daemon extends Logger {
private function run(){
while(true){
printf("The process begin.\n");
require_once APPLICATION_PATH . '/scripts/crontab/push/runRedisBase.php';
$this->class->run();
printf("The process end.\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment