changing coldfusion 9 standard license

2015-02-09 Thread Chris h
0 down vote favorite I understand Coldfusion 9 is not supported, but being used for some systems till we migrate to Coldfusion 10. We were using a hosting provider who was providing us the Coldfusion 9 standard license and charging us for it. We found a unused license key(for

Re: Using caching and threading to load a page quickly

2014-10-03 Thread Chris h
Thanks Jonah, I am sorry for the late reply. The WordPress's RSS feed is stable but due to excessive resource usage, the newswebsite has been suspended a few times after which we had to call the Hosting company to restore it. To have the rest of the page load and then the feed display

Using caching and threading to load a page quickly

2014-09-28 Thread Chris h
Hi All, I have a main index page which is in ColdFusion which gets a RSS feed from another website(Newswebsite which is a WordPress 3.9.2 website running on shared hosting). The Newswebsite is on shared hosting so takes about 7 seconds to load(a little slow, I know, but the decision to go

Re: Not able to read a RSS feed from a WordPress website

2014-09-28 Thread Chris h
That was my original suggestion was to check the firewall of the receiving server :-) I agree Robert, but I told them to check and they responded there was nothing in the firewall blocking that IP address. I appreciate your assistance and time with this thread.

Re: Not able to read a RSS feed from a WordPress website

2014-09-26 Thread Chris h
Hi Dave, The server hosting WordPress was blocking the IP address of server running ColdFusion because it was seeing too much traffic for the news feeds from the server running ColdFusion. I just wish the hosting company which was running WordPress had told me this before. I appreciate all

Using caching for a RSS feed

2014-09-26 Thread Chris h
Hi All, Below is the code which is being used for reading a RSS feed from a Wordpress(WP) site running Wordpress 3.9.1 --

Re: Not able to read a RSS feed from a WordPress website

2014-09-26 Thread Chris h
Wow. How in hell did you figure that out? Ben Hi Ben, I asked for the firewall logs of the server running WordPress and saw that the IP address of server running ColdFusion was blocked. ~| Order the Adobe Coldfusion

Re: Not able to read a RSS feed from a WordPress website

2014-09-22 Thread Chris h
Thanks Dave. This is no longer a programming issue, though. It has nothing to do with reading and displaying the RSS feeds at this point. Instead, it has to do with fixing the connectivity problem between the two machines. People on a mailing list are not going to be able to help you do

Re: Not able to read a RSS feed from a WordPress website

2014-09-11 Thread Chris h
Thanks Robert, but don't think they(hostingcompanyA) would block a particular IP address(server running CF which belongs to hosting company B) Yes, they would if they detected something funny coming your server... like a bunch of pings or form bots or something... for that matter a

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Dave, Just to clarify: from the machine running CF, if you use a browser, can you get to the site correctly? No, I cannot access the site from the machine running CF. If the server admin can't tell you why a machine he or she manages can't get to a remote server, you need to

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Russ, you need to do some basic tests, which your server admin should have already done. for a start ping the domain from the cf server, does this work and do you get the right IP, if not then it is a dns issue. make sure that someone has not created an entry in the local hosts file. I

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
If I use a browser, I can see the feeds. Using a feed reader in Google Chrome browser, I can notice the feeds load correctly. Are you using a browser from the machine running CF? No, the machine running CF cannot access the website. I get a message that the request timed out.

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Dave, OK, this is good! This means it's not a CF problem. But - and now I'm being completely serious - the server admin should be able to diagnose the problem preventing the server that he manages from connecting to this other server. This is clearly not a CF problem. This could

Re: Not able to read a RSS feed from a WordPress website

2014-09-10 Thread Chris h
Thanks Robert, Just to clarify: from the machine running CF, if you use a browser, can you get to the site correctly? No, I cannot access the site from the machine running CF. It's possible the issue is not on your side. It could be on the side of the site you are trying to read

Re: Not able to read a RSS feed from a WordPress website

2014-09-09 Thread Chris h
Thanks Dave, If I use a browser, I can see the feeds. Using a feed reader in Google Chrome browser, I can notice the feeds load correctly. Are you using a browser from the machine running CF? No, the machine running CF cannot access the website. I get a message that the request timed

Not able to read a RSS feed from a WordPress website

2014-09-08 Thread Chris h
Hi All, Below is the code which was working fine till yesterday for reading a RSS feed from a Wordpress site running Wordpress 3.9.1