You dont want a sync interface for the simple reason that javascript in the browser is single threaded. If requests back to the server were sync and not async, your browser would freeze until the response from the server completed. Even if the request was fast the user would notice a freeze for even a fraction of second. Imagine a browser that froze for a second or more each time a request went back to the server - that would be a disaster.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
