Version 9 of cop

Updated 2007-05-07 13:37:06 by silas

Concurrency Oriented Programming.

Think Massively concurrent systems or lots and lots of processes all talking to each other, each doing a specific thing that relies on the others to complete the system.

See Erlang.


Silas - How is threaded Tcl comparable to Erlang in a multiple processors/machines (clustering?) system? Is Tcl with the thread package able to do high concurrent programming?