Client-side RPC code from GWT runs on a single thread, the same applies to the entire app, since AJAX is single-threaded. As for the server-side RPC code, there are no references to Thread or Runnable in the entire code, so the answer is no.
On Dec 4, 10:22 am, Alexander <[email protected]> wrote: > GWT handle every RPC request in separate thread? Is it possible to tune it > to handle all of them in one thread? > > -- > Regards, > Alexander -- 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.
