Commit 29519798 authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent bd6331a0
......@@ -6,4 +6,4 @@
* Time: 下午 2:29
*/
echo 'last start'.PHP_EOL;
\ No newline at end of file
echo 'is abc'.PHP_EOL;
\ No newline at end of file
......@@ -37,6 +37,7 @@ class Test extends Logger
public function run()
{
require_once APPLICATION_PATH . '/scripts/crontab/push/runRedisBase.php';
while (true) {
pcntl_signal_dispatch();
printf(".123");
......@@ -103,7 +104,6 @@ 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