Re: [AltRMI] What is the client/server connection life cycle?

2002-03-04 Thread Paul Hammant
Alvin, >Hi, >I think there is no ready-made here to >increase the Ping duration. >But one can do (for now) stop the pinger by >doing something like: > >HostContext.getInvocationHandler().close() . > >Checkout the impl'n: > >*.altrmi.client.AbstractClientInvocationHandler.close() >method ... > W

Re: [AltRMI] What is the client/server connection life cycle?

2002-03-04 Thread vinaysahil chandran
Hi, I think there is no ready-made here to increase the Ping duration. But one can do (for now) stop the pinger by doing something like: HostContext.getInvocationHandler().close() . Checkout the impl'n: *.altrmi.client.AbstractClientInvocationHandler.close() method ... Maybe as you mentione

[AltRMI] What is the client/server connection life cycle?

2002-03-04 Thread alvins
Hi, I am trying to use AltRMI in a client server application. I have an example client/server setup working. Currently, the client creates an AltrmiHostContext and AltrmiFactory. The client can lookup and use a published object. However, the connection to the server is kept up by the