How about storing the cfhttp.filecontent variable in a database (which you
can cache the query on) or in a server variable or something?  Then you can
just overwrite it whenever you want and it's always there!

Paul

> -----Original Message-----
> From: Owens, Howard [mailto:[EMAIL PROTECTED]]
> Sent: 15 November 2000 22:06
> To: CF-Talk
> Subject: Caching CFHTTP results
>
>
>
> I would like to use CFHTTP to pull an HTML page from one server to another
> (we own both servers ... one Unix, the other NT -- I'm pulling from the NT
> to the Unix -- too complicated to explain why.) and have the output cached
> so that we cut down on the number of actual requests passing from the Unix
> server to the NT.  We really need to cut the load to the NT.
>
> As far as I can tell, using <cfcache> at the top of my <cfhttp>
> page doesn't
> do the trick.
>
> What happens is that if the NT is overloaded with requests, this page
> outputs a "connection failure" error.  I thought if I could cache a good
> clean output then the page would then display the output on the Unix box
> even if the NT isn't responding.  This isn't happening.
>
> Any suggestions?
>
> H.
>
>
>
> =========================
> Howard Owens
> Web Producer
> InsideVC.com
> mailto:[EMAIL PROTECTED]
> =========================
>
>
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to