[Swift-user] passive worker connection to service.

Mihael Hategan hategan at mcs.anl.gov
Thu Oct 21 19:11:35 CDT 2010


On Thu, 2010-10-21 at 17:53 -0500, Allan Espinosa wrote:
> Can you guys confirm this for me?
> 
> Does the passive worker client only initiates one (1) register request
> to the service?  If so, then that worker is as good as gone when the
> service shuts down and gets restarted? Or will it register again to
> that service?
> 

The worker is as good as gone when the service shuts down.

That's why you use a persistent service when you want to persist workers
between different runs. The passive worker is not meant to address that.
Instead it is meant to override the automatic worker submission in order
to allow that to work in environments for which there is no provider.




More information about the Swift-user mailing list