I have a PHP based websocket server.
On the PHP side, the socket write and read limit is set to unlimited.
With Supervisord, when this process stops for any reason, I restart it automatically.
However, the websocket server is timeout even though the process is running in the background.
I guess this is due to the apache timeout value?
How can I make Apache processing time unlimited? Also, is this process really caused by the apache timeout value?