Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Note: if a service unexports itself, it's not easy to get it re-exported. Think I'll instead add a ServiceItem to the server to say that it's busy, and filter out those busy servers with a ServiceTemplate on the clients. Commented May 4, 2012 at 7:22
  • this approach looks vulnerable for race conditions. If second job happens before unexport, you're in for a trouble aren't you? Commented May 4, 2012 at 11:51