Fakhar Anwar

Results 4 comments of Fakhar Anwar

I found this: // logging 'log_level' => 1, 'log_file' => '/data/swoole.log', 'log_rotation' => SWOOLE_LOG_ROTATION_DAILY | SW_LOG_ROTATION_SINGLE, 'log_date_format' => 'Y-m-d H:i:s', 'log_date_with_microseconds' => false, 'request_slowlog_file' => fasle, in $server->set( ) .......

@twose @ValiDrv I agree the proposal of @sshymko though not in the context of the "blocking" session, but for the transition of existing PHP-FPM based frameworks to Swoole's concurrency model....

What i understand is that the new changed Design Model for PHP-FPM based PHP-Frameworks (which currently run with "one-process-per-request" model) can be that the Route / Singletons / Services should...

Here is my [GitHub Repo](https://github.com/fakharak/swoole-serv.git) The branch to checkout is named as [timer_issue_branch](https://github.com/fakharak/swoole-serv/tree/timer_issue_branch) you can use composer install to install dependencies. Mentioned below is the .env file: ``` APP_TYPE_DATABASE_DRIVEN=0 SWOOLE_DAEMONIZE=0...