lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip tcp hangup


From: FreeRTOS Info
Subject: Re: [lwip-users] lwip tcp hangup
Date: Thu, 01 Sep 2011 11:35:36 +0100
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20110812 Thunderbird/6.0

Maybe the best thing to do is try and work out why it is not currently
working as intended, rather than to work out a workaround to a problem
that should not exist.

What is the problem?  Is it that the select() statement is misbehaving,
and so returning unnecessarily, and therefore using up processing
resources.  Or is it that select is returning invalid data, and hence
using up too many resources.  Or is it something else entirely?


Regards,
Richard.

+ http://www.FreeRTOS.org
Designed for Microcontrollers.
More than 7000 downloads per month.




On 01/09/2011 10:36, Simon Goldschmidt wrote:
> FreeRTOS Info <address@hidden> wrote:
>> Presumably accept() will keep the task in the Blocked state (i.e. not
>> using any CPU time) until there is something to accept.  This is the
>> intended usage model when using any kernel, be it FreeRTOS or otherwise,
>> isn't it?
> 
> Yep, it is. I don't understand it either, I just assumed that this was to 
> prevent the webserver eating up too many resources...
> 
> Simon



reply via email to

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