Re: Avoiding RPC Coming in to an inactive client from the server.

2009-10-13 Thread Danny
rjcarr, Hey! I was looking for some magic GWT answer, not good old programming logic. Thanks very much, Danny On Oct 13, 1:43 am, rjcarr rjc...@gmail.com wrote: Just keep a count of your service calls.  So, when your expiry timer rings, make sure you don't send out any more requests, and

Re: Avoiding RPC Coming in to an inactive client from the server.

2009-10-12 Thread rjcarr
Just keep a count of your service calls. So, when your expiry timer rings, make sure you don't send out any more requests, and keep your client alive until it has received its last response (bringing your count to 0). On Oct 8, 11:13 am, Danny dhho...@gmail.com wrote: My application has a

Avoiding RPC Coming in to an inactive client from the server.

2009-10-08 Thread Danny
My application has a timeout on the client side that often causes the client to go away while there is a pending RPC return from the server. Nothing comes crashing down, but Tomcat fills its log with: org.apache.catalina.core.ApplicationContext log SEVERE: Exception while dispatching incoming