Coldfusion 8 Standard Edition & multiple sites

2008-09-01 Thread Sebastian Powell
I'm new to coldfusion and have a few developed sites which I plan to host on a dedicated server. In process of working out which version of CF I need. Wanted to know if Standard edition can handle multiple sites and what the impact performance wise would be? or anything else I should consider?

Re: Coldfusion 8 Standard Edition & multiple sites

2008-09-01 Thread James Holmes
In CF 8 Standard, the SMS gateway is single threaded; it will only run in one request at a time. If your sites are low volume, this may be fine. If not, you'll need Enterprise. If you need to connect to Oracle, the drivers supplied with CF Enterprise have more features than the Oracle thin driver.

RE: Coldfusion 8 Standard Edition & multiple sites

2008-09-01 Thread brad
Other than the throttles on SMS, and cfdocument etc, standard itself won't provide any specific performance improvements. You may be considering running enterprise and using multiple instances of ColdFusion for each site. Other than being able to allocate more memory to each instance, you won't n