Hi!

I have a number of services running (cluster singeltons) and each node has java code to start them up (they are configured from information in a database), so each node tries to start the services when they are started, should I check if the service is already running or something or will the service deploy method handle all that for me when a number of nodes are started and they all try to deploy the same services.

Mikael


Reply via email to