|
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
|