Archived

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

Ice.Override.ConnectTimeout

I want to make sure the this timeout is for building a connection or for the over all process that ice client calls a remote service.


sorry about my poor knowledge and poor English

Comments

  • benoit
    benoit Rennes, France
    This property is a communicator setting that will be used for all connection attempts from the communicator where the property is set. From the Ice manual, Appendix C:
    Ice.Override.ConnectTimeout=num

    This property overrides timeout settings used to establish connections. num is the timeout value in milliseconds, or -1 for no timeout. If this property is not set, then Ice.Override.Timeout is used.

    Cheers,
    Benoit.