What is a recommended production configuration for tomcat grails jdbc access?
commons-dbcp or tomcat jndi polling?
Does anyone have performance or anecdotal advice in regards to this configuration?
We have been fighting configuration and possibly transaction issues using Grails and tomcat jndi, and we are trying to decide if we want to invest more time in debugging those issues, or just use commons-dbcp.
This may be considered a duplicate of tomcat-dbcp vs commons-dbcp, but I am looking for performance data and advice in regards to Grails.
If it matters, we are using MySQL :)