This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes Servlets to database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlets to database" Watch "Servlets to database" New topic
Author

Servlets to database

diana
Greenhorn

Joined: Feb 01, 2001
Posts: 2
A servlet having data manipulation statements is accessed by thousands of surfers simultaneously.Then that servlet sends all the DML statements to the database.How efficiently the database perform all those requests.If so how fast could be servlet's response to the requested users.Can anyone tell me all users requests are processed or some of them rejected.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlets to database
 
Similar Threads
Inserting multiple record into a database
Tomcat exception
URGENT..Puhuleese help
Effects of pressing the Browser's Stop to the Servlet
How to configure weblogic so that it will log all sql statements sent to database.