lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Multi-threading in LWIP


From: Kieran Mansley
Subject: Re: [lwip-users] Multi-threading in LWIP
Date: Thu, 19 Aug 2010 14:01:23 +0100

On Thu, 2010-08-19 at 18:22 +0530, sreesh lwip wrote:
> I am planning this on windows

I don't have any experience of using lwIP on Windows (Simon does though
and may be able to advise).  On Linux I would have recommended using
separate processes rather than threads as there should be no need to
share state between your devices.  Each one would then get its own
Ethernet device and netif and be able to operate it independently of the
others.

Kieran




reply via email to

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