Posted to tcl by avl at Fri Dec 04 21:16:28 GMT 2020view raw
- I'm having "heisen-problems" with writes to a non-blocking channel.
- Most of the time it works fine, but eventually the internal write gets a "EAGAIN" back, and that write then isn't retried ever again.
- In other cases before the failing one, it often gets an EAGAIN, too, but eventuelly it retries and all is good...
- The application is really a data-pump, reading from one socket channel, modifying the data or passing through to another socket.
- One of those things that Tcl otherwise is pretty good at.