|
|
|
|||||
|
How to disable Ice's reestablish-connection behavior ?
This is the requirement: If a proxy really established a connection to the server and then at some time the connection is broken, the proxy does not reestablish the connection in all later operation calls. Suppose we have configured: Ice.RetryIntervals=-1.
That is: Code:
ObjectPrx proxy = ...; //timeA: get a proxy at timeA proxy.ping(); //timeB: really establish the connection ... //timeC: the connection is broken for some reason proxy.ping(); //timeD: proxy.ping(); //timeE: proxy.ping(); //timeF: |
|
|||||
|
Great! Thank you!
By the way, it should be: Code:
... proxy = proxy.ice_getConnection().createProxy(proxy.ice_getIdentity()); ... |
|
||||||
|
I'm glad that I could help. As an aside, can you please update your signature with the name of your organization and the project you are working on? Please see this post for details.
|
|
|||||
|
Thank you, Marc. I like Ice very much and now just study and evaluate it(Ice for C++, Ice for Java, Ice for Python). Until now, I have no chance to put Ice into practical use because my company just uses corba and Tuxedo. It's a sorrow for me!
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disable marshalling | mykael | Help Center | 4 | 07-05-2006 11:26 AM |
| Disable features | mykael | Help Center | 1 | 07-03-2006 05:28 AM |
| Can I use Ice's smart pointer with my own type? | timeguest | Help Center | 1 | 06-27-2005 05:17 AM |
| Change in Behavior in 2.1 from 2.0 | acbell | Help Center | 3 | 04-22-2005 02:29 PM |
| Why allow undefined behavior ? | Mogens Hansen | Comments | 2 | 02-19-2003 05:46 PM |