Search Results

3
votes
1answer
432 views

Grails MySQL MaxPoolSize

How do I increase the maxPoolSize in Grails when using mysql? It appears to be using a default connection pool only 8 connections. …
1
vote
3answers
763 views

uploaded files - database vs filesystem, when using Grails and MySQL

I know this is something of a "classic question", but does the mysql/grails (deployed on Tomcat) put a new spin on considering how to approach storage of user's uploaded files. I like usi …