Is it normal to see connections opening and closing when using mysql connection pooling with jetty? I believe I've implemented connection pooling correctly (for details see http://www.coderanch.com/t/663454/Servlets/java/code-utilize-jetty-connection-pooling). However as I use my app, I notice the number of connections continually increasing and decreasing. It doesn't appear to be keeping any connections open in the pool.
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
