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 <[email protected]> wrote:
> 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 RPC call
> java.io.IOException..".
>
> followed by a stack printout.
>
> Does anyone know how to relieve Tomcat of this burden and my having to
> dump its log file more frequently that I would like?
>
> Thanks,
>
> Danny
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to