aspose file tools
The moose likes Servlets and the fly likes guide me Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "guide me" Watch "guide me" New topic
Author

guide me

Puneet Mathur
Greenhorn

Joined: Dec 02, 2007
Posts: 3
How to handle multiple concurrent database requests/updates when using JDBC with servlets?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
Can you be more elaborate about the problem you're facing? Servlets are multi-threaded; if they were developed in a thread-safe way, then concurrent DB accesses should be no problem as far as the servlet is concerned. Or are you asking about DB issues like transaction isolation?

In the future, please UseAMeaningfulSubjectLine.
[ December 03, 2007: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: guide me