You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Sorry for the very very late reply, cleaning up some open issues here. :)
There is no communication provided by this library. You have to setup something yourselves, either connecting to a socket on the same machine. Using a message queue to communicate between the two parts of your app or write something to file/the database.
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.
The text was updated successfully, but these errors were encountered: