JDBC connection pool
Can I enable requests to a JDBC connection pool for a database connection to wait till a connection is accessible?
Expert
No, there's no way to let a request to wait for a pool connection, and from the system view point there should not be. Each request waits for a connection ties up one of the fixed number of execute threads in the server, which could or else be running another server task. Too many waiting requests could tie up all execute threads and freeze the server.
What are the Characteristics of a good model?
Explain software quality? Whether all of the functionalities are working as per expected? Whether customer is pleased with the solution? Whether actual functionalities can be scalable & extensibility is there?
Normal 0 false false
Multi programming: Multiprogramming is the method of running numerous programs at a time employing timesharing. It permits a computer to do numerous things at similar time. Multiprogramming makes logical parallelis
18,76,764
1946038 Asked
3,689
Active Tutors
1435891
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!