Results 1 to 2 of 2

Thread: Ice connection

  1. #1
    UVV
    UVV is offline Registered User
    Name: Vyacheslav Yurkov
    Organization: JSC "Channel-7"
    Project: billing system
    Join Date
    Feb 2009
    Posts
    3

    Question Ice connection

    Hi,
    there is a moment that I don't understand clearly.

    I have one main interface declared (e.g. named MainI) and corresponding ObjectAdapter on the server side. When I establish connection between Ice Client and Ice Server server creates an object or an instance of the interface MainI.
    What will happen if I try to establish another simultaneous connection from another client? Will server create another instance or connection will be established with the existing one?

  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
    Hi,

    The Ice server runtime does not and will not create a new instance of the MainI servant to dispatch requests from one or multiple clients. It always uses the servant instance that you have registered with the Ice object adapter.

    Cheers,
    Benoit.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Connection refused (ICE)
    By perkunas in forum Help Center
    Replies: 4
    Last Post: 08-10-2009, 07:09 AM
  2. ICE Android connection issue
    By MaddawgX9 in forum Help Center
    Replies: 36
    Last Post: 03-28-2009, 11:46 PM
  3. Ice Connection Pool .
    By Faiz.Usmani in forum Help Center
    Replies: 1
    Last Post: 06-22-2008, 05:56 PM
  4. A question about Ice connection
    By laotee in forum Help Center
    Replies: 3
    Last Post: 10-26-2005, 03:02 AM
  5. A question about Connection Reuse in Ice
    By rc_hz in forum Help Center
    Replies: 5
    Last Post: 06-01-2005, 07:31 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
  •