Not that I am aware of, but you may gain some momentum by
setting the template cache size in CF Admin to the size of all
your templates combined.




Douglas Brown
Email: [EMAIL PROTECTED]
----- Original Message -----
From: "SoW" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, June 25, 2002 2:35 PM
Subject: Re: cfcache and memory


> And if one of these static files is accessed a LOT, there is
no way to force
> CF to keep that static file in memory to avoid needless disk
accesses?
>
> ----- Original Message -----
> From: "Douglas Brown" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, June 25, 2002 2:31 PM
> Subject: Re: cfcache and memory
>
>
> > cfcache creates temp files of the static HTML that is
outputted
> > by a dynamic query, so yes it will be stored on disk and not
in
> > memory. It just avoids the re-quering of data until it is
> > flushed or refreshed.
> >
> >
> >
> >
> > Douglas Brown
> > Email: [EMAIL PROTECTED]
> > ----- Original Message -----
> > From: "SoW" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 25, 2002 2:25 PM
> > Subject: cfcache and memory
> >
> >
> > > Hi folks,
> > >
> > > I am starting to <cfcache> a LOT of templates on my site
> > (thousands -- MBs of HTML).
> > > My question is in regards to how CF handles these wrto
memory.
> > Are these stored in the
> > > "template cache"?
> > >
> > > If not, is there any way to tell CF to keep these in
memory?
> > I have tons of memory -- I just
> > > don't want CF to load a cfcached page from disk if there's
> > memory free.
> > >
> > > Thanks
> > >
> > >
> >
> >
>

______________________________________________________________________
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

Reply via email to