[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Socket read/write and threads
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-users] Socket read/write and threads |
Date: |
Mon, 11 Jan 2010 10:15:16 +0100 |
> 2. Keep Rx and Tx threads locked and waiting on a select running in
> another thread (in essence adding the locking mechanism that lwIP does
> not support)
The idea is good, but it's not what lwIP doesn't support, since you don't get
full duplex but mutual exclusion for read & write. Full duplex would allow
simultaneously sending and receiving on the wire. However, that's the best you
can get, currently, when using sockets.
Simon
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
- [lwip-users] Socket read/write and threads, Nicolas Pinault, 2010/01/08
- Re: [lwip-users] Socket read/write and threads, address@hidden, 2010/01/08
- Re: [lwip-users] Socket read/write and threads, Nicolas Pinault, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Yoav Nissim, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Nicolas Pinault, 2010/01/11
- Re: [lwip-users] Socket read/write and threads,
Simon Goldschmidt <=
- Re: [lwip-users] Socket read/write and threads, Nicolas Pinault, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Yoav Nissim, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Nicolas Pinault, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Yoav Nissim, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Nicolas Pinault, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Yoav Nissim, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Simon Goldschmidt, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Yoav Nissim, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, address@hidden, 2010/01/11
- Re: [lwip-users] Socket read/write and threads, Nicolas Pinault, 2010/01/12