daemonizable-command
daemonizable-command copied to clipboard
Connecting to the daemon
Is there a way to connect to this daemon from the normal Symfony Controllers. I need to store some open sockets because it takes a while to set them up. So the daemon would setup the sockets with socket_create etc and monitor them to stay open.
The webapp would then need to get an open socket from this daemon process.