Forking server.

in Help Center
Hi!
I need to have instances of objects requested by client in separate processes. One process with object realization per client.
Can I achieve such architecture with ICE?
Is it possible solution to write an ICE server so as it starts up a new ICE server when receives a request from a new Client and then acts as ICE client of the new server dispatching requests from the particular Client to it?
Thank you in advance!
Sergey.
I need to have instances of objects requested by client in separate processes. One process with object realization per client.
Can I achieve such architecture with ICE?
Is it possible solution to write an ICE server so as it starts up a new ICE server when receives a request from a new Client and then acts as ICE client of the new server dispatching requests from the particular Client to it?
Thank you in advance!
Sergey.
0
Comments
http://www.zeroc.com/vbulletin/showthread.php?threadid=972
Thank you.
But could you please answer my second question:
Is it possible solution to write a server so as it starts up a new ICE server when receives a request from a new Client and then acts as ICE client of the new server dispatching requests from the particular Client to it?
Sergey.
Why do you want to do this? It is a rather untypical design choice for distributed object applications.
Am I right that in the same way as GlacierStarter starts new router on demand, starter of mine can run new "server" instance and return new proxy to client?
Yes, that's correct.