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

[442 byte] By [NourElsaftya] at [2007-11-27 5:32:34]
# 1
You may find this tutorial interesting. It contains basic material how to create a JDBC connection pool: http://java.sun.com/developer/onlineTraining/Programming/JDCBook/conpool.html
BalusCa at 2007-7-12 14:58:49 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...