BEA Weblogic Question:
Download Questions PDF

Can I enable requests to a JDBC connection pool for a database connection to wait until a connection is available?

Answer:

No, there's no way to allow a request to wait for a pool connection, and from the system point of view there should not be. Each requests that waits for a connection ties up one of the fixed number of execute threads in the server, which could otherwise be running another server task. Too many waiting requests could tie up all of the execute threads and freeze the server.

Download BEA Weblogic Interview Questions And Answers PDF

Previous QuestionNext Question
When deploying a resource adapter (.rar) to WebLogic Server, are its classes placed in the WebLogic classpath?How do I connect to an SQL Server instance that is running on a machine with multiple instances of SQL Server 2000?