On Dec 9, 2003, at 2:03 PM, Taco Fleur wrote:
I have a question about "distributed mode" is anyone running CF in distributed mode?

Yup. macromedia.com runs that way. Read:


http://www.macromedia.com/special/under_the_hood/report3/
http://www.macromedia.com/devnet/mx/coldfusion/j2ee/articles/ balancing_j2ee.html


Can CF really run as fast in distributed mode as when locally located on the webserver, seeing it has to go through the network etc.?

It all depends on the traffic on your site. If you are loading images etc and CSS from the web server while the CF server is busy rendering HTML for some other request then you are going to do better than trying to have one server doing both things at once.


macromedia.com gets massive static traffic as well as high dynamic traffic so distributed mode allows us to optimize performance of both the static content (HTML, images, etc) and dynamic content (CFML).

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to