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: sreesh lwip
Subject: Re: [lwip-users] Multi-threading in LWIP
Date: Tue, 31 Aug 2010 13:00:56 +0530

Thank you for your reply Kieran!
But having process for each of the device can be problematic if I want to have more than 100 devices.

Can anybody please let me know the work around for this on windows.

-Sree


On Thu, Aug 19, 2010 at 6:31 PM, Kieran Mansley <address@hidden> wrote:
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


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

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