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 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 timeout on the client side that often causes the
> > client to go away while there is a pendingRPCreturn from the
> > server.  Nothing comes crashing down, but Tomcat fills its log with:
>
> > "org.apache.catalina.core.ApplicationContext log
> > SEVERE: Exception while dispatching incomingRPCcall
> > 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 google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to