Well I don't think we'll need all the pages on both servers... for example our sites are sort are MVC style, there is only one file that gets accessed by the client, so I'm guessing that's the file that the web server needs to see, and it will pass on the request to the CF service, which will find that file and any supporting files that it needs.
AS far as licensing... why would I need a license on the web server, if it's not running CF? Doesn't make any sense to me... -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 5:12 PM To: CF-Talk Subject: RE: load balanced configuration > 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:216425 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

