lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] disconnect - connect delay


From: Kieran Mansley
Subject: Re: [lwip-users] disconnect - connect delay
Date: Fri, 01 Apr 2011 13:53:25 +0100

On Fri, 2011-04-01 at 14:09 +0200, brak brak2 wrote:
> Now the webside is loading much faster, but still sometimes there are
> delays. I think delays appears the browser asks for more then 2
> element at once.

There will be delays because you're limiting the browser to 1
connection.  If it tries to open more then will be rejected.  It may
then wait before it tries again.  If you can persuade the browser to
just use one connection and do HTTP keepalive connections to send more
than one request in that connection you'll probably get the best
performance from your configuration.

Kieran




reply via email to

[Prev in Thread] Current Thread [Next in Thread]