[email protected] schrieb:
> On Jan 23, 4:30 pm, Shawn Pearce <[email protected]> wrote:
>> 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.
>
> I never said it cretaed multiple instances, simply a new thread per
> request.

I adjusted the quoting to ease reading. The point is that the servlet
doesn't create a thread for every request. It's the HTTP-server.
The server calls the servlet-handler, which calls the servlet.


Regards, Lothar

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