Alex
Member since Sep 2, 2010
- Profile: /members/6784-alex.htm
- Comments: 3
Recent Blog Comments By Alex
-
Long Polling Experiment With jQuery And ColdFusion
Posted on Sep 7, 2010 at 1:54 AM
@Ben, actually everything wasn't as good as I said before. I fixed the problem with Chrome as I told. And it works rather good(the only problem is a spinning throbber in Chrome), but it completely doesn't work in IE. I found a solution with "forever iframe". It works in IE, Chrome and Firefox. But i... read more »
-
Long Polling Experiment With jQuery And ColdFusion
Posted on Sep 3, 2010 at 3:04 AM
@Ben, Thank you for your answer. If you are interested in - I solved the problem. It was, as you said, a buffer issue. Now when I'm getting a new request, the first thing I do is I'm sending some fake data. It works perfect.... read more »
-
Long Polling Experiment With jQuery And ColdFusion
Posted on Sep 2, 2010 at 12:05 PM
Hi, Ben! I implemented long-polling based on your JQuery code. It works fine in Firefox, but there is a problem in Chrome. Somehow it reacts on upcomming data only after some time (approximately after 1 minute). Or maybe it has some buffer and it starts to react only after it is filled. Do you know... read more »