Tclhttpd Listing of Directory /tcl/mand/


Pattern Sort by Modify Date or Name or Size

Up to parent directory
distcl.tcl          5905 bytes  Jul 16, 2024 10:11:16
mand.tcl           12278 bytes  Jul 16, 2024 10:25:43
mand_client.tcl      183 bytes  Jul 16, 2024 10:24:39
mand_diff.pdf      51722 bytes  Jul 16, 2024 11:51:58
mand_orig.tcl      12190 bytes  Jul 16, 2024 11:49:33
mand_server.tcl     1697 bytes  Jul 16, 2024 10:22:25
README.txt           714 bytes  Jul 16, 2024 13:24:04
redis-cloud.tcl      268 bytes  Jul 16, 2024 10:14:47


This is the code for the Mandelbrot Set demonstration I did as part of
my talk about DisTcl at EuroTcl 2024: https://openacs.org/conf2024/info/ .
DisTcl is documented at https://wiki.tcl-lang.org/page/DisTcl .

mand_orig.tcl is the original program from https://wiki.tcl-lang.org/page/Mandelbrot .
mand.tcl is the same program modified to distribute the compute-intensive part.
mand_diff.pdf shows how small those modifications are.

mand_server.tcl is the compute-intensive section of the original program, modified
slightly to generate vertical slices of the image and return them as gifs, invoked
as a DisTcl service with the name "mand".

mand_client.tcl is a minimal command-line client for the mand service.