Hi Sumit,

Thanks for your reply!

I'm a beginner at GWT, so try to be patient with me, i will try my
best.

> Could you be a bit more specific about how much stuff is crammed into
> the POJO that is being sent through RPC? It's certainly not hosted
> mode's normal behaviour to take ten seconds to send an object through
> RPC, unless this is a really heavy duty object.

the POJO is a list of 16 objects, the list size is 30~50. One of the
objects is a list of 3~5 objects, the list size is about 10. BTW, i am
using GWT 1.5.

> Also, is this happening in -noserver mode or using hosted mode's
> embedded Tomcat instance? With some more info, we should be able to
> get to the bottom of this.

this is happening in hosted mode's embedded Tomcat instance.

the observed behavior is:
1. RPC call is made
2. server side method runs and returns (quickly!)
3. ... huge delay with no CPU activity ...
4. finally client side onSuccess() RPC callback runs

What could be happening on step 3 ?

Best wishes!
-sunny zhou



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to