| 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
|
|
|
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
|
|
|
Always let us know when it's an interview question.
|
 |
 |
|
|
subject: Connection Pooling.
|
|
|