2. Swoole Structure · swooletw/laravel-swoole Wiki - 0 views
-
Laravel application will exist in Worker processes.
-
means Laravel can be stored and kept in memory.
-
Laravel application will exist in the memory and only initialize at the first time. Any changes you did to Laravel will be kept unless you reset them by yourself.