laravel-websockets
laravel-websockets copied to clipboard
How to run multiple threads of laravel websockets using supervisor?
When I use "numprocs" with a higher number than 1, all processes except one fail instantly. But I need more threads of my server to take care of the task, since I often experience a 100% workload of the one thread used atm.