How to create a connection pool ?
Answers were Sorted based on User's Feedback
Answer / lokesh
creating the Connection objects in advance and place them
in a pool for future use. We can call this concept as
Connection Pooling. When ever the application need the
connection it takes the connection object uses it and afer
completing the task it returns the object to the pool.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sumit
Connection Pool -> General ->
Configuration...there you will find all type of settings,
its cache size, no. of connection pool and much more.
Note: User Advance option for more features.
| Is This Answer Correct ? | 0 Yes | 1 No |
We see an error like 404 and 500. What do they mean?
How could you retrieve password for I-Planet console if you have forgotten?
Write a program to bind string values in a preparedstatement?
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
What can be the reasons for server hang?
what is the main key difference(s) between all application servers? (WebLogic and Websphere and Jboss)
What is meant by jndi and why its needed??
where can we set classpath, which will reflect to whole domain
How do I use a temporary destination? : BEA Weblogic
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
What is core server tuning?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic