Hi!

How are services started on a node ? say a node goes down so a service must be started on another node, will it send the serialized service object I used at deployment or will it create a new instance of it in the other node ?

And are services serialized for some other reasons ? do I need to set transient member variables ?, say for example I have a socket object as a member of the service implementation that I use for something ?

Mikael


Reply via email to