"Simon Goldschmidt" <[email protected]> wrote:
The big downside of that would however be that blocking socket calls wouldn't really make sense and thus, socket programming would be rather special (compared to how you normally write socket programs, i.e. sequential in a separate thread).
I would think using non-blocking sockets (espesially in servers) would be more effective compared to spawning a separate thread for each connection. I would love to see a change for having sockets with NO_SYS=1. Thanks for the clear-up anyway, Simon and Kieran. --gv _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
