>
> This application has a complex graph of objects, when a collection of 
> objects is loaded, it crashes browser due memory constrains.
>

Ok but then it will also crash the browser if you use synchronous 
XmlHttpRequest. The real problem is that you transfer too much data from 
server to client and not if its transferred using 
asynchronous communication or synchronous communication. So you should 
still stick to asynchronous communication as it does not block your browser 
while downloading the data.


-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/UEjhVwF7TocJ.
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