Archived

This forum has been archived. Please start a new discussion on GitHub.

locator

When a connection is shut down by ACM, does it contact the locator to re-establish the connection?

Comments

  • benoit
    benoit Rennes, France
    No, in general the locator won't be requested again. Indirect proxy endpoints are locally cached by the communicator and the endpoints are first looked up in the cache when a new connection needs to be established for an indirect proxy.

    Cheers,
    Benoit.
  • The feature can be controlled by the following items:
    1. property
    Ice.Default.LocatorCacheTimeout

    2. ObjectProxy's operation
    ice_locatorCacheTimeout(...)