Hello, I searched the web and could not find anything that helped me answer this question so I thought I would post it here.
The Grails H2 plugin page says: "pooled = false; //it is recommended not to use connection pool unless file encryption is enabled" Why would file encryption make any difference to pooled = false. Does this mean that only one db connection will be allowed at a time? If so this will cause problems or me as many of my pages require long (20 second) queries. If this will cause blocking in my app waiting for a connection then that will be an issue. Can someone explain the pooled=false limitation to me? I would also like to say that I'm very impressed with H2 so far. I can't believe that I didn't stumble on this DB sooner. Thanks, ~Matt Giacomini -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
