laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.73k stars 289 forks source link

Using Swoole as the driver to install Octane for pressure testing, if the level exceeds, the entire positive sequence cannot run normally #831

Closed liangguifeng closed 6 months ago

liangguifeng commented 6 months ago

image image

My local machine is Mac Os Sonoma 14.1.1, The following is the complete reproduction step laravel new laravel-test composer require laravel/octane php artisan octane:install Choose swoole driver php artisan octane:start

My pressure test command is: wrk -c 1024 -t 8 http://127.0.0.1:8000/hello

After the command above is executed, the actual request is very successful, and then the entire Laravel program cannot accept any request, as if it is stuck, and then start again.

The same command, I tried the Hyperf framework, it is normal. After the hyperf framework is completed, the program can still be accessed normally

liangguifeng commented 6 months ago

If I need me to provide a parameter to reproduce you, I am happy to provide it ~

driesvints commented 6 months ago

Please recreate this issue with the filled out issue template. Thanks