In that case does that mean that I should synchronize on the server
side? And what about if I have one connection that it is continuously
recycled, does that mean that having only one connection left I can
confidently say that the logic is synchronous on the server side?

And does this code below ensure that the connection will always be
taken by getEvents.

getEvents(new AsyncCallback() {

onSuccess() {
   getEvents(this);
}

}

Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to