Version 2 of multiplexer

Updated 2003-11-21 18:17:23

multiplexer.tgz is a Tcl "multiplexer" - or, in other words, a server that handles one-to-many comunication. One client sends it some data, and it sends that to all the other clients. Originally by davidw, it is now part of tcllib.

CMcC I have rewritten this as an incrtcl class called Mux, it can be found here: [L1 ]