aspose file tools
The moose likes JDBC and the fly likes Connection Pooling. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Connection Pooling." Watch "Connection Pooling." New topic
Author

Connection Pooling.

vijay kumar sharma
Greenhorn

Joined: Feb 20, 2008
Posts: 17
Hi All,

To establish a new connection it takes time so, instead of that we will use connection pooling. But in banking applications why they will go for single connection instead of pooling? Is there any security reasons to avoid pooling.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56549
    
  14

Who said banking applications avoid pooling? I've worked on many banking applications and have always employed pooling.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
vijay kumar sharma
Greenhorn

Joined: Feb 20, 2008
Posts: 17
Hi Bibeault,

Sorry for my question in an interview this question was raised. Thanks for clarification. We need to take any more security checks if we go for this?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56549
    
  14

Always let us know when it's an interview question.
 
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: Connection Pooling.
 
Similar Threads
Questions on EJB
Connection Pooling
Driver Loading
servlet destroy method and session
pooling in tomcat 6.x