> To the best of my knowledge, CFCache has to read from the > hard drive - so if the overhead in I/O is greater than the > processing of the page, you won't see any gains.
CFCACHE does have to read from the hard drive. However, by default, so does every CF page request, unless you've enabled Trusted Cache and have properly sized your template cache. Even if you've done that, if it takes longer to read the file from the disk than it does for CF to process the original script, you're one hell of a coder. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

