hello,

i have a service. I create an instance of it via
GWT.create(MyService.class). Then i call a method on it, get the
result, everything works nicely.

Now i need to call two methods on that service more or less in
parallel. I tried this (either using the same service instance or two
distinct ones),
but now i get weird results, sometimes, the objects cannot be de-
serialized or i get exceptions, that the objects are of another type
and so on.

Is it basically possible to make two parallel calls to a service?

Thank you.
Sven

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

Reply via email to