Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mrgfunk #1
Priority Caching
Hi,
I have a few very heavy queries, which only require updating about once a day.
I have used the caching function of CFQUERY, however, these queries are
frequently ejected from the cache, which puts periodic load on my DB server
when re-querying for this information.
I also attempted using CFCACHE to cache the page, however, the template is
nested as an include (due to other user-specific dynamic functions on the
site), but this obviously doesn't work quite right, as you get the whole page
as the cached include file, and not just the include itself.
I'm considering just scheduling a task that runs once per day, then writes the
result set in HTML to a template, which would be included in the dynamic
templates, thus preserving the "cached" query, and allowing for the generation
of user-specific content as well. I'm thinking this is the best option (thus
far), however, I was curious if there might be a better way to do this?
It would be SWEET if you could specifiy a priority level for query caching, so
only low priority queries are removed from cache....
Geoff B
mrgfunk Guest
-
IPF, VOIP, packet priority?
I use a 4.10 FreeBSD box as a NAT device, IPF firewall and DHCP server. I recently got VOIP service from my ISP (Speakeasy). The VOIP box they sent... -
loading with priority
Hello all, I was wondering if there was a simplified way to preload a bunch of swf's, but attach a priority to each one and be able to change the... -
priority queue
Hi all , I am trying to implement a priority queue where people will submit some job through cgi written in perl and then another independent... -
how to give priority to a nic
this may help quoted from http://www25.brinkster.com/ChicagoTech Routing order If you have two NICs in the same subnet on one w2k/xp computer,... -
TCP-IP high priority ove IPX
Hi, How can we move TCP-IP protocal to higher priority over IPX-SPX? I can not find the option on network property. Thanks



Reply With Quote

