Results 1 to 2 of 2

Thread: About bidirectional

  1. #1
    level is offline Registered User
    Join Date
    Feb 2004
    Location
    China
    Posts
    71

    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.
    Jianfeng Chen
    PKPM.cn

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    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 this thread for some insights on scalability issues regarding connection management.

    Benoit.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Bidirectional vs. Callback
    By vit in forum Help Center
    Replies: 6
    Last Post: 03-10-2008, 05:40 AM
  2. Bidirectional Socket Clarification
    By gsalazar in forum Help Center
    Replies: 19
    Last Post: 01-17-2008, 06:24 AM
  3. Async bidirectional issue
    By Kruppy in forum Help Center
    Replies: 15
    Last Post: 05-16-2007, 10:44 AM
  4. Bidirectional callbacks and mutexes
    By albertods in forum Help Center
    Replies: 1
    Last Post: 02-28-2007, 01:22 PM
  5. A question about bidirectional connection
    By rc_hz in forum Help Center
    Replies: 3
    Last Post: 07-21-2005, 07:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •