application performance
Hi all, I am now developing a database desktop application, I want to get the better performance in connectin to database, I am using mySQL5.
I want to use connection pooling to reduce the connecting and reconnecting time, but I want an implementation of jdbc connection pooling with desktop apps.
If there is any technique better than connection pooling, Please do not hesitate to tell me.
Thanks
Ahmad Elsafty

