> Well I want to have the 2 web servers in the front, serving > images and cfm pages (although the backend cf servers would > be generating the content for the cfm pages), and doing some > lite streaming. This way the only servers directly exposed > to clients are the ones running only apache, not CF, and > probably won't even have most of the cf code on them. I also > would like to take the load of actually serving up images > and cfm pages off the CF servers, and leave them to just > process cfm pages.
If I recall correctly, you would have to have all of the CF pages on both the web and CF servers, although the work done to generate output from those pages would be done only by the CF servers. Also, if I recall correctly, you will need licenses for CF on all web and CF servers, even though you won't actually be running the CF engine on the web servers. Finally, while you'll presumably be sparing CPU cycles on your web servers this way, they'll still have to wait until the CF server finishes generating a request before sending that response to the client, so I can't say whether you'll buy yourself any significant performance increase by doing this. If you just want to take the load of handling static files off of the CF servers, you can do that without all this work - just put all your images on a separate web server, and point to them within your HTML and CF pages appropriately. 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216422 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

