Team,

The following is the Setup we have:

1. A FASTCGI based  server
2. GWT based client.

We use the Request Builder class to communicate with the FASTCGI
backend to fetch (say) 500 log messages to load in a single page that
has a GWT GRID.

To improve the user perceived performance, we have the FASTCGI server
flush log messages in chunks of 30 each to the (GWT) client. However ,
we find that the GWT client waits until all the data (all 500
messages) are received and does not proceed to render the table 30
messages at a time, i.e., the request callback does not seem to be
invoked the number of times equivalent to the number of server side
flushes.

WE are testing with Firefox and IE , both of whom support progressive
rendering.

THANKS VERY MUCH FOR ANY SUGGESTIONS

Ganesh


-- 
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