Re: Using caching for a RSS feed

2014-10-10 Thread Dave Watts
... cfcache action = cache timespan = #createtimespan(0,0,2,0)# cffeed action=read source=#rssUrl# query=entriesNews properties=info timeout = 180 ... For Application Server Caching, we have Cache Template in Request and Save Class Files enabled. Since lot of files

Re: Using caching and threading to load a page quickly

2014-10-10 Thread Dave Watts
Another approach would have the feed fetching functionality in a separate template which is run as a scheduled task every 2 minutes. That task can shove the parsed (and potentially formatted) feed into the application scope. (With a lock.) And then your main page can output that variable

Re: Using caching and threading to load a page quickly

2014-10-03 Thread Chris h
, you'll have to use AJAX to pull in a separate CF page clientside. (You'd still use caching in the feed.cfm so it'd only be slow occasionally.) Would the following code http://collabedit.com/tmjwj/history function as expected in an environment with less users than actual production

Using caching and threading to load a page quickly

2014-09-28 Thread Chris h
with a shared hosting was done to save on costs by the purchasing people). Now, people don't want the main index page to take 7 seconds to load. I estimate using caching of the RSS feed so that updates are retrieved from the feed only every 2 minutes and having a thread so that the main index page

Re: Using caching and threading to load a page quickly

2014-09-28 Thread .jonah
To have the rest of the page load and then the feed display later, you'll have to use AJAX to pull in a separate CF page clientside. (You'd still use caching in the feed.cfm so it'd only be slow occasionally.) Another approach would have the feed fetching functionality in a separate template

Using caching for a RSS feed

2014-09-26 Thread Chris h
-- For Application Server Caching, we have Cache Template in Request and Save Class Files enabled. Since lot of files are in ColdFusion, Trusted Cache is disabled. I added a basic cache so that the server running ColdFusion 9 reaches out to the server hosting Wordpress site every

Re: Distributed Caching with TerraCotta

2013-09-26 Thread Rick Root
I am still struggling with this issue. No help from anywhere :( On Sun, Sep 15, 2013 at 12:32 AM, Rick Root rick.r...@gmail.com wrote: Hi, A little over a year ago, I went through a process setting up terracotta caching server for an application that is using cf clustering.. three

Re: Distributed Caching with TerraCotta

2013-09-26 Thread Russ Michaels
...@gmail.com wrote: I am still struggling with this issue. No help from anywhere :( On Sun, Sep 15, 2013 at 12:32 AM, Rick Root rick.r...@gmail.com wrote: Hi, A little over a year ago, I went through a process setting up terracotta caching server for an application that is using cf

Re: Distributed Caching with TerraCotta

2013-09-26 Thread Cameron Childress
On Thu, Sep 26, 2013 at 9:22 AM, Rick Root rick.r...@gmail.com wrote: I am still struggling with this issue. No help from anywhere :( Terracota at this level is a paid for product right? Should be some level of support from the vendor? What do their tech support folks say? -Cameron --

Re: Distributed Caching with TerraCotta

2013-09-26 Thread Rick Root
It can be, yes. But this is open source terra cotta server. On Thu, Sep 26, 2013 at 9:35 AM, Cameron Childress camer...@gmail.comwrote: Terracota at this level is a paid for product right? Should be some level of support from the vendor? What do their tech support folks say?

Re: Distributed Caching with TerraCotta

2013-09-17 Thread Rick Root
Ping... anybody? On Sun, Sep 15, 2013 at 12:32 AM, Rick Root rick.r...@gmail.com wrote: Hi, A little over a year ago, I went through a process setting up terracotta caching server for an application that is using cf clustering.. three instances of coldfusion powering the application, and I

Re: Distributed Caching with TerraCotta

2013-09-17 Thread Alan Rother
, A little over a year ago, I went through a process setting up terracotta caching server for an application that is using cf clustering.. three instances of coldfusion powering the application, and I wanted to be able to efficiently cache data between instances. This worked really well

Re: Distributed Caching with TerraCotta

2013-09-17 Thread Rick Root
Hah, thanks yeah I already sent him email, no response yet, but he's offered input on my terra cotta issues in the past. On Tuesday, September 17, 2013, Alan Rother wrote: Try contacting Rob Brooks-Bilson, he's the ehcache expert in CF http://rob.brooks-bilson.com/ (Also a super nice guy)

Distributed Caching with TerraCotta

2013-09-14 Thread Rick Root
Hi, A little over a year ago, I went through a process setting up terracotta caching server for an application that is using cf clustering.. three instances of coldfusion powering the application, and I wanted to be able to efficiently cache data between instances. This worked really well

Re: Distributed Caching with TerraCotta

2013-09-14 Thread Rick Root
through a process setting up terracotta caching server for an application that is using cf clustering.. three instances of coldfusion powering the application, and I wanted to be able to efficiently cache data between instances. This worked really well, but now I'm more or less disassocaited

Caching

2013-07-17 Thread Steve LaBadie
Is there an inherent problem with CF caching pages or is this strictly a browser and IIS issue. We updated our home page and are receiving complaints that our home page isn't resolving correctly. I instruct them to push F5 and everything is fine. Is there a way to prevent this from happening

Re: Caching

2013-07-17 Thread Cameron Childress
On Wed, Jul 17, 2013 at 10:08 AM, Steve LaBadie wrote: Is there an inherent problem with CF caching pages or is this strictly a browser and IIS issue. We updated our home page and are receiving complaints that our home page isn't resolving correctly. I instruct them to push F5 and everything

RE: Caching

2013-07-17 Thread Mark A Kruger
Steve, Are you using page caching? Cfcache? More info would be helpful. -Original Message- From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] Sent: Wednesday, July 17, 2013 9:08 AM To: cf-talk Subject: Caching Is there an inherent problem with CF caching pages or is this strictly

RE: Caching

2013-07-17 Thread Steve LaBadie
: Cameron Childress [mailto:camer...@gmail.com] Sent: Wednesday, July 17, 2013 10:15 AM To: cf-talk Subject: Re: Caching On Wed, Jul 17, 2013 at 10:08 AM, Steve LaBadie wrote: Is there an inherent problem with CF caching pages or is this strictly a browser and IIS issue. We updated our home page

Re: Caching

2013-07-17 Thread Cameron Childress
-talk Subject: Re: Caching On Wed, Jul 17, 2013 at 10:08 AM, Steve LaBadie wrote: Is there an inherent problem with CF caching pages or is this strictly a browser and IIS issue. We updated our home page and are receiving complaints that our home page isn't resolving correctly. I instruct

RE: Caching

2013-07-17 Thread Mark A Kruger
: Caching This actually sounds like perhaps the CSS file is being cached. Hitting F5 may be making the browsers reload all the page's included files, including the CSS file. Have you made changes to CSS/JS files lately? One strategy to avoid this is to rename your CSS file when you change it. If it's

Re: Caching

2013-07-17 Thread Cameron Childress
On Wed, Jul 17, 2013 at 10:27 AM, Steve LaBadie wrote: When someone goes to the page for the first time, the page is jumbled. I believe that it is only happening within the campus network and not off campus. One other idea here since this is only happening on campus... I know many

RE: Caching

2013-07-17 Thread Steve LaBadie
: Caching On Wed, Jul 17, 2013 at 10:27 AM, Steve LaBadie wrote: When someone goes to the page for the first time, the page is jumbled. I believe that it is only happening within the campus network and not off campus. One other idea here since this is only happening on campus... I know many

RE: Caching

2013-07-17 Thread Steve LaBadie
Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Mark A Kruger [mailto:mkru...@cfwebtools.com] Sent: Wednesday, July 17, 2013 10:20 AM To: cf-talk Subject: RE: Caching Steve, Are you using page caching? Cfcache? More info would be helpful

RE: Caching

2013-07-17 Thread Russ Michaels
You can also set the caching abd ecpiry meta rags and hears on your pages to force reload. Be careful noy to completely disable browser caching tho or it Will slow down your site. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 17 Jul 2013 15:41, Steve LaBadie slaba

RE: Caching

2013-07-17 Thread Steve LaBadie
, 2013 11:06 AM To: cf-talk Subject: RE: Caching You can also set the caching abd ecpiry meta rags and hears on your pages to force reload. Be careful noy to completely disable browser caching tho or it Will slow down your site. Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net

Re: Caching

2013-07-17 Thread Russ Michaels
this thread with no luck. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Wednesday, July 17, 2013 11:06 AM To: cf-talk Subject: RE: Caching You can also set

Re: Caching ajax / dhtml

2011-09-14 Thread Matt Williams
I switched to cffeed. I'm afraid we'll hit Twitter's limit too easily. I've already seen it in on the staging site. Thanks, I knew that about the client side javascript, I was just thinking that somehow the CF could pre-render that. Working too late, too many hours -Matt On Tue, Sep 13,

Re: Caching ajax / dhtml

2011-09-14 Thread Michael Grant
Well, cf can pre-render it. Two ways you could accomplish this are a) use twitter's api to get the tweets on the server side and cache it. or b) create another js function that takes the tweet results and passes them back to the server for caching, thus avoiding api development. On Wed, Sep 14

Caching ajax / dhtml

2011-09-13 Thread Matt Williams
I have some divs that are populated with tweet.js (jquery plugin for twitter). So on document.ready(), the divs are populated by the plugin. I don't want to hit twitter on every page load and want to cache the populated divs somehow. Is there a way to take those populated divs and cache them?

Re: Caching ajax / dhtml

2011-09-13 Thread William Seiter
JavaScript is run on the client side, so unless that JavaScript is pointed to your server to get the information... You will need to find another way. -- William Seiter On Sep 13, 2011, at 4:12 PM, Matt Williams mgw...@gmail.com wrote: I have some divs that are

Re: Caching ajax / dhtml

2011-09-13 Thread Michael Grant
Not on the client side. Either way you have to hit a server. Better Twitter's than yours I'd say. On Tue, Sep 13, 2011 at 7:12 PM, Matt Williams mgw...@gmail.com wrote: I have some divs that are populated with tweet.js (jquery plugin for twitter). So on document.ready(), the divs are

Re: Caching stubs between restarts

2011-09-11 Thread Andrew Scott
I must be missing something, I was under the impression that all web services, did have there stubs cached. These stubs are viewable in the Admin section for web services, have you switched this off somewhere? -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+:

Re: Caching stubs between restarts

2011-09-11 Thread Russ Michaels
I can't say I have noticed this behaviour after restarting CF, do the webservices still show in the cfadmin after restarting ? On Sun, Sep 11, 2011 at 10:44 AM, Andrew Scott andr...@andyscott.id.au wrote: I must be missing something, I was under the impression that all web services, did have

Caching stubs between restarts

2011-09-10 Thread John Blayter
We have a middle ware that our CF application access via web services. There is a single service with many methods and a very complex data model behind that. So every time the ColdFusion service restarts it creates all the Java stubs all over again. This process takes 3 - 4 minutes. I would like

CFHTTP, DNS Caching, and CF 9 won't behave.

2011-09-02 Thread Eric Cobb
So, I'm having a problem with CFHTTP caching DNS and not wanting to update. Basically, a vendor updated their API yesterday and now all CFHTTP calls to the url give a Connection Failure error, even though you can pull the url up in a browser (from the server) and it works fine. I've already

RE: CFHTTP, DNS Caching, and CF 9 won't behave.

2011-09-02 Thread Brook Davies
Is it an HTTPS connection? Have you added their cert to the Java KeyStore? Brook -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: September-02-11 12:00 PM To: cf-talk Subject: CFHTTP, DNS Caching, and CF 9 won't behave. So, I'm having a problem with CFHTTP

RE: CFHTTP, DNS Caching, and CF 9 won't behave.

2011-09-02 Thread Eric Cobb
: Friday, September 02, 2011 2:07 PM To: cf-talk cf-talk@houseoffusion.com Subject: RE: CFHTTP, DNS Caching, and CF 9 won't behave. Is it an HTTPS connection? Have you added their cert to the Java KeyStore? Brook -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent

CFQUERYPARAM and caching

2011-05-03 Thread Jenny Gavin-Wear
Having read the blog and comments about CFQUERYPARAM and caching:- http://www.coldfusionjedi.com/index.cfm?mode=entryentry=7D417738-DF64-B270- 3056B422E2F6FCAB I am wondering if it is a viable option to leave Maintain connections across client requests unchecked in a development environment

Re: CFQUERYPARAM and caching

2011-05-03 Thread Dave Watts
Having read the blog and comments about CFQUERYPARAM and caching:- http://www.coldfusionjedi.com/index.cfm?mode=entryentry=7D417738-DF64-B270- 3056B422E2F6FCAB I am wondering if it is a viable option to leave Maintain connections across client requests unchecked in a development

RE: CFQUERYPARAM and caching

2011-05-03 Thread Jenny Gavin-Wear
Awesome, thanks Dave. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: 03 May 2011 18:03 To: cf-talk Subject: Re: CFQUERYPARAM and caching Having read the blog and comments about CFQUERYPARAM and caching:- http://www.coldfusionjedi.com/index.cfm?mode=entryentry

Clients Can't Login - IE8 Caching?

2010-01-29 Thread Randy Zeitman
Sometimes people fail when they login to my site, even with the correct info. As I made my own log of success/fails I saw the attempts weren't even being logged. I had one user delete the temp file cache, in IE8, and it magically worked (and was properly logged...so now the login page

Re: Clients Can't Login - IE8 Caching?

2010-01-29 Thread Bas Powell
I have had a similar problem with my site recently, could i ask whether you use session variables as the structure for your login process and also whether you have J2EE session variables enabled or just using regular session variables (cookie based) in your CF admin settings. Not sure if your

RE: Clients Can't Login - IE8 Caching?

2010-01-29 Thread Chad Gray
I have seen some problems with jQuery and IE8 caching. IE8 sees the same URL variables and decides to use the cached page rather than loading the page again. I added a time stamp variable (foo=hhmmss) to my URLs and IE sees the different URL variables and loads the page rather than using

Re: Clients Can't Login - IE8 Caching?

2010-01-29 Thread Mike Chabot
is showing hits, then you can bump caching down on the list of possibilities. Inspect the Web log for one of the failed login attempts and compare it to a successful login, The difference between the two could reveal the problem, assuming you are logging detailed information, such as cookie contents

Re: Clients Can't Login - IE8 Caching?

2010-01-29 Thread Dave l
caching. IE8 sees the same URL variables and decides to use the cached page rather than loading the page again. I added a time stamp variable (foo=hhmmss) to my URLs and IE sees the different URL variables and loads the page rather than using the cached version. -Original

How to prevent IE from caching content added via ajax?

2009-09-17 Thread Rick Faircloth
Poor title, but I couldn't get it all in there. - got a page which loads a .cfm of content into a div via a jQuery .load function - the content for the .loaded .cfm page is generated in a cfc method, and I use cfsavecontent and save the generated content out to the

RE: How to prevent IE from caching content added via ajax?

2009-09-17 Thread Josh Nathanson
Did you set cache: false in your $.ajax params? -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Thursday, September 17, 2009 1:42 PM To: cf-talk Subject: How to prevent IE from caching content added via ajax? Poor title, but I couldn't get

Re: How to prevent IE from caching content added via ajax?

2009-09-17 Thread Tony Bentley
If you are loading via url: function ts(){ var tr = ''; var curDateTime = new Date() tr += curDateTime.getHours(); tr += curDateTime.getMinutes(); tr += curDateTime.getSeconds(); return tr; } $(#myloaddiv).load(/ajaxDIV/index.cfm?id=+id+ts=+ts();

RE: How to prevent IE from caching content added via ajax?

2009-09-17 Thread Josh Nathanson
...@oakcitygraphics.com] Sent: Thursday, September 17, 2009 1:49 PM To: cf-talk Subject: RE: How to prevent IE from caching content added via ajax? Did you set cache: false in your $.ajax params? -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Thursday

RE: How to prevent IE from caching content added via ajax?

2009-09-17 Thread Rick Faircloth
[mailto:p...@oakcitygraphics.com] Sent: Thursday, September 17, 2009 4:49 PM To: cf-talk Subject: RE: How to prevent IE from caching content added via ajax? Did you set cache: false in your $.ajax params? -- Josh -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com

RE: How to prevent IE from caching content added via ajax?

2009-09-17 Thread Rick Faircloth
Thanks, Tony! -Original Message- From: Tony Bentley [mailto:t...@tonybentley.com] Sent: Thursday, September 17, 2009 4:45 PM To: cf-talk Subject: Re: How to prevent IE from caching content added via ajax? If you are loading via url: function ts(){ var tr = ''; var

RE: How to prevent IE from caching content added via ajax?

2009-09-17 Thread Rick Faircloth
Good to know, Josh! Thanks! -Original Message- From: Josh Nathanson [mailto:p...@oakcitygraphics.com] Sent: Thursday, September 17, 2009 5:03 PM To: cf-talk Subject: RE: How to prevent IE from caching content added via ajax? Oh...if you are using the load function, then you can just

RE: Caching issue

2009-07-22 Thread Jacob
Found it. There is a program call PipeBoostCache for compression and caching. It was for compression and not for caching, but someone turned on the caching... -Original Message- From: Gaulin, Mark [mailto:mgau...@globalspec.com] Sent: Tuesday, July 21, 2009 1:07 PM To: cf-talk Subject

Caching issue

2009-07-21 Thread Jacob
Setup.. 18 web servers with Windows 2003/CF7 or 2008/CF8. It appears that I am pulling up cached queries from the servers. If I pull up a movie list from a customer, I get a different customer. If I refresh the list, then the right list shows up. If I clear my cookies/cache, close the browser

Re: Caching issue

2009-07-21 Thread Alan Rother
Are you using CFCs in a shared scope, like the application scope? It could be coming from badly scoped vars inside them. This is a fairly complex problem you are asking about, providing some code samples from the offending areas would be helpful. Also, the context to which the code samples are

RE: Caching issue

2009-07-21 Thread Gaulin, Mark
-Original Message- From: Jacob [mailto:ja...@excaliburfilms.com] Sent: Tuesday, July 21, 2009 3:49 PM To: cf-talk Subject: Caching issue Setup.. 18 web servers with Windows 2003/CF7 or 2008/CF8. It appears that I am pulling up cached queries from the servers. If I pull up a movie list from

Coldfusion 8 localHost, DreamWeaver CS4, CSS Caching problem

2009-05-05 Thread Dawn Sekel
mentioned that it was a caching problem and they fix it by logging into CF Admin and going to the Caching page and clicking Clear Cache twice, then the submit changes button. And indead, if I do that, then I can click save in DreamWeaver and the error does not occur. You actually have to do

Re: Coldfusion 8 localHost, DreamWeaver CS4, CSS Caching problem

2009-05-05 Thread Casey Dougall
is the htm page - not the CSS file. I searched the web and someone mentioned that it was a caching problem and they fix it by logging into CF Admin and going to the Caching page and clicking Clear Cache twice, then the submit changes button. And indead, if I do that, then I can click save

Re: Coldfusion 8 localHost, DreamWeaver CS4, CSS Caching problem

2009-05-05 Thread Casey Dougall
On Tue, May 5, 2009 at 5:27 PM, Casey Dougall ca...@uberwebsitesolutions.com wrote: For example this is how I setup my sites, and it works every time.. Main coldfusion / iis directory C:\inetpub\wwwroot Scripts for site: project1 C:\inetpub\wwwroot\project1 Host File Modifcations

Re: Coldfusion 8 localHost, DreamWeaver CS4, CSS Caching problem

2009-05-05 Thread Dawn Sekel
Thank you! I wasn't using IIS -- I was using the CF server version. I will try your suggestion! Dawnthea On Tue, May 5, 2009 at 5:27 PM, Casey Dougall ca...@uberwebsitesolutions.com wrote: Forgot this one - also under Testing Server settings make sure URL prefix is http://project1 now

Page Caching Problem

2009-04-23 Thread Steve LaBadie
I have a mini calendar on my pages that will take you to a master events calendar. The links on the calendar give you the option of selecting today's date, month view, or a previous or future date. The today's date is caching any previous view and I can't seem to stop this from happening

Query Caching Limit?

2009-02-19 Thread Robert Harrison
The default limit in CF Admin for cached queries is 100. We do cache queries, but have had some issues with query timeout. Is there a larger limit I can set that would be reasonable? Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge

RE: Query Caching Limit?

2009-02-19 Thread Robert Harrison
be . -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Thursday, February 19, 2009 9:15 AM To: 'cf-talk@houseoffusion.com' Subject: Query Caching Limit? The default limit in CF Admin for cached queries is 100. We do cache queries, but have had some issues

AW: Query Caching Limit?

2009-02-19 Thread Gert Franz
25 bytes - makes 2*25*25 = 1250 bytes or approx 1KB (plus some metadata so around 1.5KB). So with 100 queries you will have around 100KB to 150KB which is nothing at all!!! So you can really increase this number to a higher amount without any issue. If you are querying caching let's say 100

Query Caching Function: Clearing Cached Query

2009-02-11 Thread Robert Harrison
I have a huge query that is used in a timed loop process completes. The process could take from a minute to 15 hours, and it runs the query each time is goes through a loop. If I cache the query (cached within the last 15 hours), it can save a lot of re-querying processing... but what if the

RE: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Adrian Lynch
: Query Caching Function: Clearing Cached Query I have a huge query that is used in a timed loop process completes. The process could take from a minute to 15 hours, and it runs the query each time is goes through a loop. If I cache the query (cached within the last 15 hours), it can save

RE: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Robert Harrison
I looked in the docs first. What if at the end of the process I ran the query using the same query name and no caching. Would that actually get rid of the cached query? Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T

RE: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Adrian Lynch
-Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: 11 February 2009 16:23 To: cf-talk Subject: RE: Query Caching Function: Clearing Cached Query I looked in the docs first. What if at the end of the process I ran the query using the same query name

Re: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Dave Watts
I wonder if it also needs the same params, doesn't CF8 allow cached queries with cfqueryparam? Maybe change the param to something that'll return an empty result. CF 8 does allow cached queries with CFQUERYPARAM. However, it requires the bound parameter values to match before it uses the

Re: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Dave Watts
What if at the end of the process I ran the query using the same query name and no caching. Would that actually get rid of the cached query? That won't work, but you can flush a single query from the cache by rerunning the query with only one change - set CACHEDWITHIN to CreateTimeSpan(0, 0, 0

Re: Query Caching Function: Clearing Cached Query

2009-02-11 Thread Azadi Saryev
even whitespace inside sql statement must be the same! so mind those tabs/spaces in your code formatting... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Dave Watts wrote: What if at the end of the process I ran the query using the same query name and no caching. Would that actually

Re: IE8 is caching dynamic cfm page?!

2009-02-03 Thread Peter Boughton
Happens with most versions of IE. Look for your Temporary Internet files setting (ToolsInternet Options) and set it to Every visit to the page... Also, investigate sending no-cache headers as well. ~| Adobe® ColdFusion® 8

Re: IE8 is caching dynamic cfm page?!

2009-02-03 Thread Chris D
Also, investigate sending no-cache headers as well. Thanks! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f

IE8 is caching dynamic cfm page?!

2009-02-03 Thread Chris D
Is anyone else running into this issue with Internet Explorer 8? I'm using a javascript to open a new browser window (.opener) which displays dynamic content based on the url query string, like: help.cfm?helpid=32 help.cfm is a simple page that queries a database and returns helpful notes.

Cfwindow caching

2009-01-26 Thread Tony Bentley
Has anyone experienced the same issue I have had? I have to create a time stamp to keep the window from caching and then remove the window from cache every time. There is nothing in CFdocs that says you have to do this. However, if you do not then the window object caches the contents

Re: Cfwindow caching

2009-01-26 Thread Azadi Saryev
try adding refreshOnShow:true to your cfwindow's parameters ? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Tony Bentley wrote: Has anyone experienced the same issue I have had? I have to create a time stamp to keep the window from caching and then remove the window from cache

Re: Turning off trusted cached, but templates still caching

2008-12-27 Thread Dave Watts
So, for production, I should be able to leave trusted cache on while turning off save class files. Are there any potential problems with that? (other than the page loads slowing down on server restarts) No, that's perfectly ok, and optimal in many cases. Dave Watts, CTO, Fig Leaf Software

Turning off trusted cached, but templates still caching

2008-12-26 Thread Scott Brady
I worked on implementing using the trusted cache for one of our web sites. To test it, I enabled that setting on my development machine. Now that I'm done with that task, I've turned off the trusted cache on my local machine. However, it looks like templates are still being cached. What's even

Re: Turning off trusted cached, but templates still caching

2008-12-26 Thread Scott Brady
Quick update: 1) I guess 8.01 is the latest version. I thought there was an 8.02, but can't find it on Adobe's site. 2) This is actually affecting production, as well. Clearing the template cache doesn't seem to be working (either using the Admin directly or using the admin API). The

Re: Turning off trusted cached, but templates still caching

2008-12-26 Thread Brian Kotek
Is another level of cache involved (data or components in application scope, or some other hardware or web server cache)? On Fri, Dec 26, 2008 at 1:57 PM, Scott Brady dsbr...@gmail.com wrote: Quick update: 1) I guess 8.01 is the latest version. I thought there was an 8.02, but can't find it

Re: Turning off trusted cached, but templates still caching

2008-12-26 Thread Scott Brady
Nope. And, as far as I can tell, it only affects pages that got cached under trusted cache. In other words, I have another application on my local machine where the pages are updating without restarting CF. It's just the ones I viewed while cache was turned on that seem to be affected. It's

Re: Turning off trusted cached, but templates still caching

2008-12-26 Thread Scott Brady
I think I may have the issue, but I want to make sure that won't cause problems. I had Save Class Files checked. And, I think CF just wasn't recognizing that the files had changed (I recall this occurring in MX6, so maybe it still happens on 8?). So, for production, I should be able to leave

Caching and Reusing a Query Generated with QueryNew Function

2008-07-15 Thread Brian Niski
Is it possible to cache and reuse the results of a query created in the code using QueryNew, QueryAddRow, etc.? My Problem: I want to create and cache a query on Page 1 and have it available for use on Page 2 by other QofQs. I cannot find a way to cache “query1” so I have created

RE: Caching and Reusing a Query Generated with QueryNew Function

2008-07-15 Thread Dave Watts
Is it possible to cache and reuse the results of a query created in the code using QueryNew, QueryAddRow, etc.? Yes, but not using CACHEDWITHIN/CACHEDAFTER. You can, of course, just stick it in the Session or Application scope. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig

RE: Caching and Reusing a Query Generated with QueryNew Function

2008-07-15 Thread Niski, Brian
appreciate your help. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 2:25 PM To: CF-Talk Subject: RE: Caching and Reusing a Query Generated with QueryNew Function Is it possible to cache and reuse the results of a query created in the code

RE: Caching and Reusing a Query Generated with QueryNew Function

2008-07-15 Thread Brad Wood
in that scenario since it is specific to each user. ~Brad -Original Message- From: Niski, Brian [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 4:30 PM To: CF-Talk Subject: RE: Caching and Reusing a Query Generated with QueryNew Function Thanks Dave. Earlier I had gotten the application

RE: Caching and Reusing a Query Generated with QueryNew Function

2008-07-15 Thread Niski, Brian
of the data from cache rather than the original XML file. The application I am building is a staff directory. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 2:34 PM To: CF-Talk Subject: RE: Caching and Reusing a Query Generated with QueryNew

How can you check that CFHTTP is Caching as it should

2008-01-09 Thread Ian Vaughan
Hi I have the following CFHTTP tag script, how do I check that it is caching this data correctly into the Application scope of the server, so the CFHTTP tag does not need to go out to the Internet within the 500 minute timeframe set? This is my Application.cfm page CFAPPLICATION NAME

Re: How can you check that CFHTTP is Caching as it should

2008-01-09 Thread Tom Chiverton
On Wednesday 09 Jan 2008, Ian Vaughan wrote: I have the following CFHTTP tag script, how do I check that it is caching this data correctly into the Application scope of the server, so ThrowOnError. The LiveDocs are fairly clear, I thought. -- Tom Chiverton Helping to professionally

caching problem

2008-01-09 Thread sam menon
Hi, I am working on a coldfusion site which is built on Coldfusion MX 7 farcry CMS, I am new to that I have created a cfm file in the site, not using farcry but directly in the project folder. my problem is when for the first time i execute the file, it executes fine but after that somehow

RE: CFHTTP and Caching

2007-12-28 Thread Ian Vaughan
G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: 24 December 2007 12:43 To: CF-Talk Subject: RE: CFHTTP and Caching Ian, This is the error I am getting below even though weather_xml has been defined in the application.cfm page i.e. CFSET APPLICATION.weather_xml =XMLParse(cfhttp.FileContent) ERROR

CFHTTP and Caching

2007-12-24 Thread Ian Vaughan
I am getting problems with CFHTTP and caching a RSS feed, I cant find out why I am getting the error below ?? Any ideas on what it can be ? This is the error I am getting below even though weather_xml has been defined in the application.cfm page i.e. CFSET APPLICATION.weather_xml =XMLParse

RE: CFHTTP and Caching

2007-12-24 Thread Dan G. Switzer, II
Ian, This is the error I am getting below even though weather_xml has been defined in the application.cfm page i.e. CFSET APPLICATION.weather_xml =XMLParse(cfhttp.FileContent) ERROR IS Element WEATHER_XML is undefined in APPLICATION. My application.cfm page is cfset

RE: CFHTTP and Caching

2007-12-20 Thread Ian Vaughan
This is the error I am getting below even though weather_xml has been defined in the application.cfm page i.e. CFSET APPLICATION.weather_xml =XMLParse(cfhttp.FileContent) ERROR IS Element WEATHER_XML is undefined in APPLICATION. My application.cfm page is cfset

RE: CFHTTP and Caching

2007-12-19 Thread Ian Vaughan
://feeds.bbc.co.uk/weather/feeds/rss/5day/id/3314.xml; method=GET resolveurl=No/cfhttp CFSET APPLICATION.weather_xml =XMLParse(cfhttp.FileContent) /CFIF -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 18 December 2007 11:59 To: CF-Talk Subject: Re: CFHTTP and Caching

Re: CFHTTP and Caching

2007-12-19 Thread Tom Chiverton
On Wednesday 19 Dec 2007, Ian Vaughan wrote: Where would structkeyexists go in the application.cfm page ? Round about where you check for application.foo's value, without checking foo exists in application. -- Tom Chiverton Helping to administratively deploy guinine environments on:

RE: CFHTTP and Caching

2007-12-19 Thread Ian Vaughan
APPLICATION.weather_xml =XMLParse(cfhttp.FileContent) /CFIF -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 19 December 2007 11:37 To: CF-Talk Subject: Re: CFHTTP and Caching On Wednesday 19 Dec 2007, Ian Vaughan wrote: Where would structkeyexists go in the application.cfm page

Re: CFHTTP and Caching

2007-12-19 Thread Tom Chiverton
On Wednesday 19 Dec 2007, Ian Vaughan wrote: I have added the following but I am getting this error even though I have defined this in my application.cfm page Did you wait 20 minutes (or whatever your DateDiff interval is) ? -- Tom Chiverton Helping to autoschediastically supply value-added

RE: CFHTTP and Caching

2007-12-18 Thread Ian Vaughan
Subject: RE: CFHTTP and Caching However what can I use in Coldfusion to cache this CFHTTP request (every 2 hours)so that it does not request the RSS feed every time a user loads our webpage? Any ideas if this is possible ? We do this all the time, here are a couple of possibilities

  1   2   3   4   5   6   7   8   9   >