On 9/23/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > I just wonder if there are any more "gotcha's" that I haven't considered > with shared hosting
Your application scope is accessible to anyone else on the same server instance which could be an issue if you put any sensitive data into application scope. Your sites may become unavailable due to someone else's bad code on your server taking down the whole instance. Depending on the hosting company, if someone guesses your datasource name, they have full access to your database (depends on whether the hosting company puts passwords in datasources or not and whether they correctly use sandbox security - assuming they're running enterprise, of course). Since you have several client sites, I would expect the cost of the VPS to be miniscule in comparison to the ongoing income from maintaining those sites? -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289250 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

