WD Live taking forever to load the config file with I.E. 6.0

We have been trying to figure out why this has been happening. I have two computers on the company network right now, my desktop and my personal laptop. Desktop works fine, the laptop had problems. WDLive loaded fine, but took forever “configuring” trying to load the wdlconfig.xml file.

I got it to work!! I went to Tools/Internet Options to the advanced tab. Scroll down to the HTTP 1.1 Settings and check the "Use HTTP 1.1 box.

The page loads fine now. To verify, I un-checked it and the config took several minutes.

I don’t know why, I just found that was the difference in the way my to computers had I.E. Configured.

See if this helps the rest of the group.

:blob5:

I don’t know what HTTP 1.1 is but if it helps on one machine, out of two, where one works and the other does, maybe your’re on the right track.

I checked mine, and HTTP 1.1 was checked, but HTTP 1.1 through proxy connections wasn’t. Since I use a routher, maybe it would help if I tried that.

Off to the Microsoft site to see what HTTP 1.1 is. 8)

Tb

Amazing! I’ve just tried it myself for your site which had difficulty loading with IE6 and it worked first time instantly.

I’ve had an idea with another mod to try and I’ll be experimenting with that as well.

Julian

What does HTTP 1.1 mean?

Thanks
Tb

It’s a revised specification of the http protocol - full RFC available at -

http://www.faqs.org/rfcs/rfc2616.html

Or the highlights here -

http://www.research.att.com/~bala/papers/h0vh1.html

Hard to tell which bit may be the answer for WDL but I wouldn’t mind betting it’s either the caching improvements or the way that the connection header now works across proxies.

I’m not sure if this is a lead, but here is an article from the Microsoft Knowledge Base.

http://support.microsoft.com/default.aspx?scid=kb;en-us;229704

Tb

I have no idea, and a little knowledge is a very dangerous thing, but I found this doing a google search. Mind you, I can vaguely grasp the idea of what is being said about persistant connections, but it might explain the problem, since the swf code was attempting to open two files, the config and the clientraw.txt file, and this opening/closing stuff may have been related. I Quote the message below…

HTTP/1.0 opens and closes a new TCP connection for each operation. Since most Web objects are small, this practice means a high fraction of packets are simply TCP control packets used to open and close a connection. [...] HTTP/1.1 leaves the TCP connection open between consecutive operations. This technique is called "persistent connections," which both avoids the costs of multiple opens and closes and reduces the impact of slow start. Persistent connections are more efficient than the current practice of running multiple short TCP connections in parallel.

There’s also a bit in the protocol where it’s talking about fast requests from browsers before it’s had a chance to send all the file content. With http 1.1 it can resume the download rather than start again. At the moment WDL rapidly and repeatedly asks for the file until it timeouts or receives it. It could be that this rapid asking for the file is what is not getting through the proxy and it’s this bit of WDL I’m going to try and change if I can.

As a test, I’ve checked the HTTP 1.1 through proxy. I’ve set changed the time between uploads from 20 seconds to 5 seconds. So far, it’s working okay.

Before this change, it the WDL would stop within a matter of seconds, or minutes at the most.

http://members.sigecom.net/tbrooks/index.html

Tb

[quote=“rpreuss”]

CaptDilli

Same here with the CPU, do you also see 100% consumption of your connection to the web? since I moved upto 1.02 this has started.
I’ve modified all the files to use the 1.02, plus mysite was replaced with my own site as well. Not sure what Julian has done on this version but it needs his attention as to what might be the cause.

http://www.jlocon.com/wdlive.html

Try it and see how long it takes to load… Mine is around 1 minute on going through a high speed cablemodem connection on my portable.

CaptDilli

Same here with the CPU, do you also see 100% consumption of your connection to the web? since I moved upto 1.02 this has started.
I’ve modified all the files to use the 1.02, plus mysite was replaced with my own site as well. Not sure what Julian has done on this version but it needs his attention as to what might be the cause.

http://www.jlocon.com/wdlive.html

Try it and see how long it takes to load… Mine is around 1 minute on going through a high speed cablemodem connection on my portable.

Your live display loaded almost instantly using Mozilla 1.6. IE6 took about 80 seconds to load using my laptop.

do you also see 100% consumption of your connection to the web?
I don't know what you mean here. My network icons stay lit up all that time but I am only downloading at 30 kbs. This is with a high speed connection (ADSL). The total download was about 317 KB with an average transfer rate of 32.5 kbs.

I don’t think it is an issue with what Julian has done. I think it may be Machine configuration,IE6, or OS related. On my desktop IE6 displayed your live page almost instantly.

Both my laptop and desktop are using W2K and both machines IE6 are configured the same. The desktop is a 900 MH with 512 M memory. The laptop is a 1.13 MH with 1 G memory

The desktops IE6 total download of your WDlive was about 35.3 KB with an average transfer rate of 32.1 kbs.

The mods to v1.02 were really only cosmetic and I haven’t changed anything about the way the software fundamentally works in that release. However I have been working on a new version that radically changes the way the data files load which I think may be a big improvement. It’s with a couple of ‘volunteers’ for beta testing and if it’s successful I’ll release it as soon as I can.

Julian

My connection was blinking off/on with V1.01 - V1.02 they stay lit constantly.

I’m running IE6 and as I mentioned, V1.01 ran just great, instant loading. V1.02 takes about 1 minute to come up.

I’m going back to V1.01 for now…

the latest beta is available from here (just the .swf file for now):
http://www.weather-display.com/downloadfiles/Wdlv1_02.zip

just unzip the .swf file to whereever, and upload to your flash site…

That file fixed my problem… Comes in really well now.
Tks for the fix…

thats good :slight_smile:
:drinking:
Julian is in a part of the world that is sleep now, so he will get this good news when he wakes up :slight_smile:

the latest beta is available from here (just the .swf file for now): http://www.weather-display.com/downloadfiles/Wdlv1_02.zip

just unzip the .swf file to whereever, and upload to your flash site…

That file fixed my problem… Comes in really well now.
Tks for the fix…
Fixed mine also. IE6 is loading in a flash. Good job. Thank you. :smiley:

Now that’s what I like to read when I wake up! I’ll update the readme and download package later today.

Julian

It seems to work great for me too! :smiley:

I have the update interval set to 15 seconds, which seems to make everything happy. Anything less, and it hangs.

Very good job … :slight_smile:

Tb 8)