Sun, 18 Feb 2018 18:16:37 -0800 Multiple changes.
Mahlon E. Smith <mahlon@laika.com> [Sun, 18 Feb 2018 18:16:37 -0800] rev 8
Multiple changes. - There's still a delay somewhere with threading in the socket read() that impacts simultaneous client connections. After a bunch of experimenting with Channel message passing, rip it all out in favor of a simple fork()ing server. - Remove the color option, just check stdout for a tty instead to make it automatic. - Better error handling for malformed packets/samples.
Thu, 15 Feb 2018 10:29:37 -0800 Force a GC pass after 25 cycles. Don't bother with sync() at exit, unnecessary.
Mahlon E. Smith <mahlon@laika.com> [Thu, 15 Feb 2018 10:29:37 -0800] rev 7
Force a GC pass after 25 cycles. Don't bother with sync() at exit, unnecessary.
Wed, 14 Feb 2018 17:27:29 -0800 Each incoming connection requires its own client socket.
Mahlon E. Smith <mahlon@laika.com> [Wed, 14 Feb 2018 17:27:29 -0800] rev 6
Each incoming connection requires its own client socket.
(0) -3 +3 +10 tip