On Fri, Jan 23, 2009 at 08:17, [email protected] < [email protected]> wrote:
> > Standard servlets create a new thread per request but from a few > simple test i have run this appears not to be the case with GWT. > *Wrong*. Standard servlets create *one* instance per application container. Multiple threads can be calling the servlet at once. > Why is this and is there any way to do this other than explicitly > creating a new thread at each method my service exposes. Because GWT is following the standard servlet conventions... it is after all running a standard servlet container (Tomcat) in its hosted mode debugging tool. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
