View Single Post
  #1 (permalink)  
Old 11-22-2005
level level is offline
Registered User
 
 
Join Date: Feb 2004
Location: China
Posts: 71
About the Proxy's lifetime

I create a proxy just like
(code segment in server)

CallbackPrx client =
CallbackPrx::uncheckedCast(curr.con->createProxy(ident));

use Bi-directional mode.

If the Client's proxy long time no run(call function),this proxy is down(?),and I in server could not call this proxy' function.

Please tell me how can I config the LiftTime about the proxy that be created use Bi-directional mode .
__________________
Jianfeng Chen
PKPM.cn
Reply With Quote