> No, I'm pretty sure cfcache stores the pages in memory (RAM).

No, they're stored as text files on the hard drive. When you cache a page on
the server with CFCACHE, CF will create two text files. One is the generated
content of the page, and will have a .tmp extension. The other has a .map
extension, and lists all the current .tmp files.

In any case, though, this is generally going to be a lot faster than simply
processing the page. It doesn't take long to pull a file off the disk. Web
servers do this all the time, and we know that they're significantly faster
than any CGI processing.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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