lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Multi-threaded socket access once again


From: Krzysztof Wesołowski
Subject: Re: [lwip-users] Multi-threaded socket access once again
Date: Fri, 18 Jul 2014 15:23:04 +0200

Hi,

We used LwIP in similar scenario, but with one task responsible for this socket/netconn. 

Using internal RTOS queues to pass data to this single task was relatively simple, and all multitasking problems were avoided.

Are there any reasons you cannot use this socket in single thread with external mechanism for aggregating data from multiple senders?

Fabian, I guess this can be implemented in LwIP in a way to allow such use scenario, but wouldn't it be extra code to test/maintain for current maintainers?

Regards,
Krzysztof Wesołowski

reply via email to

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