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.
|
|
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.Originally Posted by rano
Regards, Matthew
There are currently 1 users browsing this thread. (0 members and 1 guests)