How to handle database connection with multithreaded application. I have developed one application that created more thread. But when i run application it run correctly but after some time application is going to hang….?? what i have to do ..? How to handle Database connection with multithreaded application .?
How to handle database connection with multithreaded application. I have developed one application that
Share
You’ll probably would like to use a connection pool. My recommendation is c3p0.