>Well the manager 
>wants them to make all the pages static.  To have them hard coded.  
>The manager says that because the info is only updated once in a 
>blue moon they don't need the extra calls to the db.  
>Well the developer called me to find out where they could find
>info on why this would be a bad idea.....

It depends on the situation, but in reality if a few extra calls to the db
server are causing a problem, then perhaps it's best to upgrade the db
server instead of trying to band-aid the problem.

If that's not a viable option, some caching may cut down the number of db
requests. 

-Ryan





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to