Archived

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

Ice Property equivalent to clientCallTimeOutPeriod in CORBA

Is there an ICE property which allows a call time out on the client side if a remote call takes longer than a certain value? Will Ice.Override.Timeout do the same?

Thanks
Sandeep

Comments

  • mes
    mes California
    Hi Sandeep,

    Welcome to the forum.

    Ice does support a timeout feature. Note however that it is intended to be used as a failure recovery mechanism and not as a way for an application to abandon a particular request that is taking longer than the client wants.

    Please have a look at this page in the manual, and let us know if you still have any questions.

    Regards,
    Mark