Ice thread endurance

in Help Center
Hello,
I have an Ice server and a client connected to it. On the other hand, the Ice client represents a server that talks to its own clients through sockets. So, the socket client invokes methods on the Ice server intermediately through the socket server.
I am not sure how endurable the Ice thread really is.
Is there a way to make a new thread to the Ice server that would be synchronized with the first one?
Could you give some explanation on this?
Thanks,
-Vladimir
I have an Ice server and a client connected to it. On the other hand, the Ice client represents a server that talks to its own clients through sockets. So, the socket client invokes methods on the Ice server intermediately through the socket server.
I am not sure how endurable the Ice thread really is.
Is there a way to make a new thread to the Ice server that would be synchronized with the first one?
Could you give some explanation on this?
Thanks,
-Vladimir
0
Comments