En er staat niet 'downloading from...' in je status bar? Wellicht is er een of andere mediafile op de site aanwezig die op een slome server staat, waardoor IE vrolijk blijft wachten op respons, en er is een reghack die IE meer dan 2 concurrent connecties laat openen.
Heb je het met andere browsers (als test) ook?
How do I make Internet Explorer download more than 2 files at a time?
Strick's asked me about this every so often for the last few years. Ran into the answer on a web log I read: As per the HTTP1.1 spec, IE will only open two connections to the same server. This can be a problem when you're trying to download multiple files over http, as the 3rd download will just hang until the first completes. A simple registry hack will change this: Under: [HKEY_USERS.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] Add the following: MaxConnectionsPerServer dword 32 MaxConnectionsPer1_0Server dword 32 Make their value something like 8 (I think you can set it as high as 64). Although this breaks compliance with HTTP1.1/1.0, it can make IE faster overall, as this also affects the downloading of images. Also note that this will affect other applications that use HTTP.
of ik de slashes goed heb gezet weet ik niet, de
bron (vierde hit bij [google=downloading more than 2 simultaneously IE]) had er geen slashes instaan.
[
Voor 66% gewijzigd door
G33rt op 13-02-2004 15:29
]