Dave Watts wrote: > > Perhaps you weren't using as many database connections when you just had CF > 5. Both CF 5 and CFMX use connection pooling; they attempt to reuse > connections rather than creating new ones. However, if a new request comes > in and no connection is available for use, each would have to create a new > one. If you're running both, you're more likely to reach ten concurrent > connections, I suspect.
Plus that in currently released versions of CF MX the option to limit the number of datasource connections is broken. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

