posted 14 years ago
i have implemented the connection pooling in my web Application (For the First time) . the application is for online application form which may active for specific days. i don't know how many user will access this form at a time. My question is it that sufficient or i have to make any modifications?
i have three classes 1]DBConnector : used for creating connection pool and makes a connection available from the pool.
2]connection : used to connect to connection pool.
3]appform : from where connection request is send to connection pool via connection class.
code snip in reverse i.e. from appform to dbconnector.
Method connectDB in connection class
connection pooling class
will this is sufficient for any no of users