Java Server Programming book question
Hi,
I have a question here regarding Chapter9 (Connection Pools).
It says that a connection pool would be useful if this is satisfied:
Users access the database through a limited set of generic database user accounts, as opposed to a specific account peruser.
Could someone please be kind enough to explain the reason behind this statement. I am noot really clear about the reason.
Thank you very much.
regards
|