my dog learned polymorphism
The moose likes JDBC and the fly likes how can we restrict no of user to get Connection object dynamically? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how can we restrict no of user to get Connection object dynamically?" Watch "how can we restrict no of user to get Connection object dynamically?" New topic
Author

how can we restrict no of user to get Connection object dynamically?

madhav changala
Ranch Hand

Joined: Dec 20, 2005
Posts: 57
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
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.
madhav changala
Ranch Hand

Joined: Dec 20, 2005
Posts: 57
THANKS FOR U R REPLY
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how can we restrict no of user to get Connection object dynamically?
 
Similar Threads
Need guidance regarding connection pooling.
Can i add multiple text fields at a time
Limit access to web application
Restricting the number of objects
JTextField length restriction...