|
Greetings,
I'm just writing my first serious JSP/Servlet
application and I need some advice about
synchronization and concurrent threads. I'm
terrified the whole thing will crash in production.
What do I need to synchronize? My application looks
roughly like this:
Servlet/JSP --->
Model --> ConnectionPool --> DB
The objects marked Model have all the JDBC code and
are stored in session objects.
I apologize in advance if this is covered somewhere
in a FAQ. If it is please direct me to it.
Thanks a bunch!
Dave Smith
|
