> How can I increase the RPC timeout to infinite, so that it never > timesout. >
FYI, 'Read Timeout' is being caused by the OS's TCP stack, so you cannot/should not hope to increase this time-out from GWT client code, you must use one of the methods suggested. (keep-alive's or polling the server to check for completion ) -- 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.