Skip to content

Connecting to the daemon #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wessel-techtribe-nl opened this issue Feb 23, 2019 · 1 comment
Closed

Connecting to the daemon #43

wessel-techtribe-nl opened this issue Feb 23, 2019 · 1 comment

Comments

@wessel-techtribe-nl
Copy link

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.

@mac-cain13
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants