Archived

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

About bidirectional

Sir,
In bidirectional connections,
Ice.ACM.Client=0
Active connection management must be disabled when using.
Can this mode support the Service long time run?

I want to know how to clean up the disconnection's resource.

Comments

  • benoit
    benoit Rennes, France
    With active connection management disabled, the connection will remain opened until the communicator is destroyed or until you explicitly close it through the connection object that you can easily obtain with the proxy ice_connection() method.

    It's difficult to say without knowing more about your service if it will support many active client connections at the same time. I recommend you to take a look at [thread=485]this thread[/thread] for some insights on scalability issues regarding connection management.

    Benoit.