Re: [ACFUG Discuss] CF8 - Dev server pegs the CPU every few hours an hangs

2010-07-29 Thread Ajas Mohammed
Rudi, Did you figure out the problem? Just checking to see how things are going. Ajas Mohammed / http://ajashadi.blogspot.com We cannot become what we need to be, remaining what we are. No matter what, find a way. Because thats what winners do. You can't improve what you don't measure. Quality

Re: [ACFUG Discuss] CF8 - Dev server pegs the CPU every few hours an hangs

2010-07-29 Thread Chris Amaro
We experienced this problem last summer with html grids that were using jquery to call a refresh on a div. Didn't have exact numbers but if roughly 25 browsers have the page pulled up and left overnight, the CF8 box would start locking up. First indicator was always that the JPS service would

RE: [ACFUG Discuss] CF8 - Dev server pegs the CPU every few hours an hangs

2010-07-29 Thread Charlie Arehart
If you don’t see anything in the monitoring tools, then I’ll reiterate what Ajax said the other day: check the CF\runtime\logs (or jrun\logs), which are different from the CF\logs. If the problem is not a running request (as seen in one of the monitors), then it could be something more

[ACFUG Discuss] URL Encoding Question

2010-07-29 Thread Clarke Bishop
I have a date string like this 2010-07-29T20:45:33.517Zthat I am trying to submit to Amazon's web service. It needs to be URL Encoded, so I am submitting with this code: cfhttpparam type=URL name=Timestamp value='#Timestamp#' Coldfusion 8 encodes this to:

Re: [ACFUG Discuss] URL Encoding Question

2010-07-29 Thread Jeremy Bruck
Clark, I do remember battling this one for a little while one day -- granted I am using Railo but it should work no problem in Adobe CF as well. Here is the code from my CFC which pulls data from Amazon's Alexa: You will also notice I am using a hash function custom tag which Amazon wants as