Results 1 to 2 of 2

Thread: Is a proxy can be called in different thread at the same time?

  1. #1
    rano Guest

    Is a proxy can be called in different thread at the same time?

    I declared a lot of functions in a class. I need to use them in different thread. Some call to those functions may be at the same time. If I need to use some critical section to ensure those call to work properly. Thanks.

  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
    Quote Originally Posted by rano
    I declared a lot of functions in a class. I need to use them in different thread. Some call to those functions may be at the same time. If I need to use some critical section to ensure those call to work properly. Thanks.
    No, all Ice objects, including proxies, are internally thread safe and may be called concurrently.

    Regards, Matthew

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 05-14-2008, 01:40 AM
  2. possible thread starvation issue, proxy hangs
    By pdb1013 in forum Help Center
    Replies: 9
    Last Post: 03-14-2008, 12:12 PM
  3. Sometimes long reply time for proxy generation
    By HpGisler in forum Help Center
    Replies: 6
    Last Post: 04-18-2007, 05:54 AM
  4. Replies: 1
    Last Post: 02-04-2005, 06:12 PM
  5. One proxy one thread?
    By level in forum Help Center
    Replies: 4
    Last Post: 03-30-2004, 09:05 PM

Posting Permissions

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