RequestFactoryServlet encoding speed
I've got a resultset of 200 entries I'm sending over a RequestFactory
request and the actual database lookups and such take around 1 second,
but after I return it, the request sits around for at least another
10+ seconds before the client gets it. I'm thinking the
RequestFactoryServlet encoding them is taking up all the remaining
time. Is this a known issue? Searching turns up nothing for
previously reported issues of speed as far as I can tell. I'll
probably end up copying the RequestFactoryServlet and adding logging
to see if I can pinpoint exactly where, but it's definitely happening
after my server method has been called.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home