lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] using Lwip without callback in non-OS environment


From: Kieran Mansley
Subject: Re: [lwip-users] using Lwip without callback in non-OS environment
Date: Thu, 04 Mar 2010 09:40:45 +0000

On Thu, 2010-03-04 at 13:50 +0530, Mrutyunjay wrote:
> 
> existing code uses round robin framework. each function worst case
> in-out
> time is 300 miliSeconds

That means you've got a worst case of 1.5 seconds between calls to one
of those functions.  This might be a problem as you won't be able to
meet the timing requirements of TCP's timers for example.  You certainly
won't get high performance this way, unless I've misunderstood your
approach.

Kieran





reply via email to

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