The pdf  document about Servlet advanced, indicates about concurrency
issues on a servlet (servlet synchronization).

It explain that there is 2 options for servlet synchronization.
1. Synchronization  block
2. SingleThreadModel (performance wise)

I suppose that it is necessary on systems with many clients trying to
access a web resource at the same time.

Would someone comment more about servlet synchronization?

I have doubts about it:

When does it is necessary to use?

Where do we create the code of synchronization (servlet, JSP)?

Can we simulate this using the IDE or we need to use other tool?

Thanks in advance.

Cruz


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to