Muhammad Saifullah schrieb:
> simply use the keyword synchronized in your servlet doService() or
> doGet() or doPost() method.
> thats it.Then concurrent threads cant enter at the same time. one after
> another.

That also means that you can only perform one request at a time,
which is clearly not what you want on a website with more than
one user working with it.


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 google-web-tool...@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