
	MTtcl examples

countdown.tcl		Demonstrates using Tk from threads

tail.tcl		Show text appended to multiple files in one window.

julia.tcl		Display the fractal Julia set with control over
			the number of threads.  Demonstrates parallelism.

mthyper.tcl		A simple HTTP server using a thread per request.


The shells extclsh and exwish can be used to run the examples.  They
include commands for calculating Julia set membership, manipulating
network sockets, and handling binary data.
The same shells should be used to run the examples in doc/examples.
