|
From: | Bernhard 'Gustl' Bauer |
Subject: | Re: [lwip-users] Problems while loading http contens |
Date: | Mon, 02 Mar 2009 11:05:32 +0100 |
User-agent: | Thunderbird 2.0.0.19 (Windows/20081209) |
Mike Kleshov schrieb:
1) I know that Firefox can be configured to limit the number of TCP connections. There is an option somewhere in about:config. But this is not a nice solution.
No, it isn't. It should not work with Firefox only.
2) The maximum number of simultaneous TCP connections is configurable in lwipopts.h: #define MEMP_NUM_TCP_PCB
opt.h says: #define MEMP_NUM_TCP_PCB 10
Perhaps, HTTP persistent connections could also limit the number of open connections between the browser and the server, but I am not sure about this.
The connection is opened and is reset after the GET ist received. So maybe it isn't possible to open two files at once. But couldn't the second file be delayed?
Gustl
[Prev in Thread] | Current Thread | [Next in Thread] |