Archived
This forum has been archived. Please start a new discussion on GitHub.
Need Forking Server at Linux
Comments
-
You can write Ice applications that fork. For an example have a look at Glacier. It has a starter that starts new router processes on demand.
However, Ice does not have a built-in method for forking itself if a new client connects, like older single-threaded Unix daemons do.0 -
Originally posted by marc
You can write Ice applications that fork. For an example have a look at Glacier. It has a starter that starts new router processes on demand.
However, Ice does not have a built-in method for forking itself if a new client connects, like older single-threaded Unix daemons do.
Thank you very much! I'll have a try.0