Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 07-06-2005
fitzharrys fitzharrys is offline
Registered User
 
 
Join Date: Oct 2004
Posts: 8
client-side thread safety

There is much discussion in the Ice manual of server-side thread safety. I am concerned however with client-side thread safety. For example, if I do this:

ic = Ice::initialize(argc, argv);
std::string StringifiedProxy = "whatever:tcp -h matilda.gimell -p 10001";
Ice::ObjectPrx base = ic->stringToProxy(StringifiedProxy);
pConfigServer = SMTPConfig::IServerPrx::checkedCast(base);

can I then safely use pConfigServer simultaneously from multiple threads in the client?
Reply With Quote
  #2 (permalink)  
Old 07-06-2005
mes's Avatar
mes mes is offline
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 971
Yes, you can do that. The Ice run time is fully thread safe.

Take care,
- Mark
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i get peer ip_address in server side? socketref Help Center 1 05-12-2006 03:06 PM
How to change the ObjectPrx transparently in the Client side kongchoy Help Center 3 03-13-2006 03:49 AM
Are client invocations dispatched in the calling thread? rhochmuth Help Center 5 02-06-2006 11:26 AM
OutOfMemoryError Exception in the client side lucsat Help Center 4 01-03-2006 08:20 AM
Get information from the other side aroan Help Center 1 12-27-2004 01:32 PM


All times are GMT -4. The time now is 10:55 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.