This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hey guys,
Need some help, I need a really rock solid PHP process management system.
My app logic is like this:
You run the supervisor application, the supervisor application then forks or threads (undetermined, will code around the packages preferred method) and each fork will open another process and share a socket, similar to how Apache forks and creates children to handle HTTP requests. I'll be operating two ports specifically with bi-directional communication and roughly 50% of the communication will be long type connections (IE: User won't disconnect for days at a time).
This will be all TCP based communication, and preferably I want something that handles my socket for me and I just return it's packets to a callback object class which does work. I'm open to mature and immature or abandoned projects, I'll put in the legwork to clean them up if needed or re-birth a dead project.
Async isn't really a requirement, waits between commands are OK.
Thoughts?
Post Details
- Posted
- 9 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/PHP/comment...