That makes sense Billy, thanks.

- G

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 3:53 PM
To: CF-Talk
Subject: RE: cfcache


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.

---
Billy Cravens


-----Original Message-----
From: Houk, Gary [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 09, 2002 2:43 PM
To: CF-Talk
Subject: RE: cfcache

I control it...it's our dev box. I just uploaded a page to our
production server and the page processes fine - with the exception that
it sends the user back to the login screen. I guess this is normal when
using cfcache?! I just started using the tag to do to try to speed up
some of are static-content pages. I guess there is something that is set
incorrectly on our dev box. I can tell that when I set the action to
clientcache and put a timestamp on the page, the cache is holding.
Interesting though, the page is actuall 20-25 milliseconds slower when
cached...

- Gary

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 3:36 PM
To: CF-Talk
Subject: RE: cfcache


In addition, it uses CFDirectory and CFFile internally - I'm not sure if
CFCache is immune to tag security settings - is this a shared box, or do
you control it?

---
Billy Cravens


-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 09, 2002 2:18 PM
To: CF-Talk
Subject: Re: cfcache

Houk, Gary wrote:
> When I try to use cfcache and set the action to "cache", I get a
message
> "access denied". If I set it to "clientcache", it's fine. What am I
> missing here?

cfcache internally uses cfhttp to make a page request and store the 
outcome as a file. Apparently the cfhttp returns an access denied error.

Are you using some sort of webserver authentication?

Jochem





______________________________________________________________________
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