Archived

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

equivalence of ice_connectionCached and ice_locatorCacheTimeout in iceE

Hi,
I'd like to use loadbalancing in my project (PDA client and PC server). For this, I want to know the equivalence of ice_connectionCached and ice_locatorCacheTimeout in iceE.
many Thanks

Comments

  • benoit
    benoit Rennes, France
    Hi,

    These methods are currently not supported by Ice-E and there are no equivalents. To get your client to use another replica you could explicitly close the connection associated with the proxy but depending on the use case this might be quite expensive.

    Cheers,
    Benoit.