Community Member Profile
- Profile: /members/7542-Evan.htm
- Comments: 6
- Points: 62
Recent Blog Comments By Evan
-
Monitoring ColdFusion Thread Activity And Status After Redirect
Posted on Jan 20, 2011 at 9:58 PM
@Tim, Use the code I posted above. We are using CF 9 and the code above works for IE7 and 8, FF, and Chrome. Let me know if you have any problems. I would love to find out how to make this sort of functionality more reliable.... read more »
-
Monitoring ColdFusion Thread Activity And Status After Redirect
Posted on Jan 10, 2011 at 11:16 AM
@Ben, Just checked and it works on IE 8 and FF 3.6.13 full install. (Content-header without interval=1)... read more »
-
Monitoring ColdFusion Thread Activity And Status After Redirect
Posted on Jan 10, 2011 at 10:59 AM
@Ben, Very strange. I was using a sleep directly after the join as well. Easiest way to test it out. Content-header without interval=1 works for me in FF,IE, and Chrome. Without either, it works in FF (I think Chrome as well but haven't tested it). With both, it broke FF and IE (again... read more »
-
Monitoring ColdFusion Thread Activity And Status After Redirect
Posted on Jan 6, 2011 at 11:27 AM
Adding <cfheader name="Content-Length" value="1"> did the trick. The interval="1" actually broke it. Also, since the you tell the browser there is only 1 byte of date, you don't need the full 73729 any more. I just put in straight text instead of more CF. T... read more »
-
Monitoring ColdFusion Thread Activity And Status After Redirect
Posted on Jan 4, 2011 at 6:04 PM
Ok now what really has me going is that I have pretty much the same exact code in another page and it works as expected. Both are called through ajax. The only difference is that the page that works is a form submission ajax function. It also passes the form data in the ajax call. The page th... read more »
-
Monitoring ColdFusion Thread Activity And Status After Redirect
Posted on Jan 4, 2011 at 1:50 PM
First off, let me say this stuff is amazing. I've implemented this for moving large files around in the backend. I even threw in a nifty percent complete progress bar. However, I just ran into a problem. We are running CF9 so the cfflush should work by itself but I left the repeatString... read more »



