> My understanding the one of the benefits of multi instance is that I can > have a totally fresh CF8 instance with out any of the settings, db's or > mappings that may have been created previously. I want separate to avoid > any problems. Is that a BAD idea? Should we just develop on the existing > server and create any new mappings, db's as necessary (it's quite cluttered > as it currently stands, multiple db's - Access, MySQL, MSSQL)
It's not bad to use multiple instances, but there is a resource cost incurred by doing so. It's unlikely that you'll have a conflict between the datasources within a single server instance, but more likely that you might have a conflict between mappings, I guess. That said, it's a lot of work to switch your server configuration just to get a "clean slate" for a single application. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318874 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

