I got the following error message which stopped the server
PHP Warning: stream_socket_accept(): accept failed: Interrupted system call in /home/lehmann/ergol/ergol.php on line 129
Socket failed
This looks like an error in the handing to accept or fork, but I have no idea why this happens. Since the server is mostly POC, I am not sure if it makes sense to fix that.
If you want to run the server as production, it might be possible to use a wrapper script that just restarts the server each time
I got the following error message which stopped the server
```
PHP Warning: stream_socket_accept(): accept failed: Interrupted system call in /home/lehmann/ergol/ergol.php on line 129
Socket failed
```
This looks like an error in the handing to accept or fork, but I have no idea why this happens. Since the server is mostly POC, I am not sure if it makes sense to fix that.
If you want to run the server as production, it might be possible to use a wrapper script that just restarts the server each time