Computation Monitor: A concurrent pattern to manage long computations
1 view
Skip to first unread message
Carlo Milanesi
unread,
Jun 20, 2009, 11:07:21 AM6/20/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello, several years ago I developed a programming technique that I called Computation Monitor. It is described here, with sources in Java: http://digilander.libero.it/carlmila/compmon/main.html As it is a language-independent technique, that I implemented also in C++, I wonder if it is a known concurrent design pattern.