Re: [Catalyst] Catalyst needs Advent Calendar Volunteers!

2010-11-22 Thread Jason L. Froebe
When the advents are posted, can people make sure they put the catalyst version number that was used? I ask because your advent may be viewed a year or more later where it no longer works because catalyst (or some other dependency) changed. jason On Mon, Nov 22, 2010 at 1:13 PM, Devin Austin

Re: [Catalyst] How to share a database connection across multiple Catalyst apps?

2010-09-07 Thread Jason L. Froebe
Hi Simon, Reducing the number of connections to the database from three to one will reduce the responsiveness and will definitely hurt when trying to debug issues (performance, etc). My recommendation is that each application have at least one unique connection to the database. jason On