how can we restrict no of user to get Connection object dynamically?
madhav changala
Ranch Hand
Joined: Dec 20, 2005
Posts: 57
posted
0
hi i have one requirment that user to get connection object or jdbc connection restrict to some number how can i give only 10 people get conncetion object .... how can i give 10 number dynamically
thanks&Regrads
Madhav
saivenumadhav
stu derby
Ranch Hand
Joined: Dec 15, 2005
Posts: 333
posted
0
Use a connection pool, such as the Apache project's DBCP or another such one, and limit the size of the pool to your maximum number.