connection polling in struts based application
i have a application,in which, required maximum 50 users
when the database connection is happened
then i have the requirement of connection pooling
in which i create maximum 50 obects for the database connection
how can i do it

Recommended Answers

All 3 Replies

I do not know how relevant this is, but in core Java I use the DBPool library which performs database connection pooling for me.

i hv seen the reply of my question
but i could n't understand , how can i use this api
in my application

Read the documentation given on the URL mentioned, you can either use it directly or extend the classes yourself to add customised behaviour.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.