Results 1 to 3 of 3

Thread: Ice thread endurance

  1. #1
    Vladja is offline Registered User
    Name: Vadimir Jovanovic
    Organization: Geomant,Inc.
    Project: Java client-server with ICE
    Join Date
    Jun 2007
    Posts
    7

    Ice thread endurance

    Hello,

    I have an Ice server and a client connected to it. On the other hand, the Ice client represents a server that talks to its own clients through sockets. So, the socket client invokes methods on the Ice server intermediately through the socket server.
    I am not sure how endurable the Ice thread really is.
    Is there a way to make a new thread to the Ice server that would be synchronized with the first one?
    Could you give some explanation on this?

    Thanks,
    -Vladimir

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    It appears you have some sort of socket -> ice bridge (in this case the client that you refer to). After that I don't understand what you are asking. I suggest you read the concurrency models section of the Ice manual - after that you should have a clearer idea of the threading models that Ice supports. If after this things are still not clear please try to explain a little further what you what.

  3. #3
    Vladja is offline Registered User
    Name: Vadimir Jovanovic
    Organization: Geomant,Inc.
    Project: Java client-server with ICE
    Join Date
    Jun 2007
    Posts
    7
    Ok, thanks for answering. Will check the docs.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ice Thread Pool problem
    By alex_leshii in forum Help Center
    Replies: 7
    Last Post: 04-08-2012, 12:04 AM
  2. Replies: 2
    Last Post: 03-25-2010, 07:30 AM
  3. What is the default priority of the Ice thread ?
    By russule in forum Help Center
    Replies: 5
    Last Post: 06-03-2007, 10:36 PM
  4. ice and ace thread conflict
    By Clarke Fang in forum Bug Reports
    Replies: 2
    Last Post: 11-10-2004, 08:35 AM
  5. Ice::Thread and GUI with Qt
    By catalin in forum Help Center
    Replies: 5
    Last Post: 09-08-2004, 10:20 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
  •