"COSM" Is distributed.net's spinoff to create a general purpose distributed computing backbone for the internet:
I am also writing some small time general purpose distributed computation
protocols for some my own projects, seeing as I have access to about 200
fast unix systems and a few hundred fast windows systems scattered around
campus.
I may as well make use of them!
Java is in a nice position for distributed work, since any java code can be serialized and sent to any other computer regardless of OS and then executed on the fly.
All of the above mentioned systems are only good for distributed processing, and not true parallel computation. Only a small subset of problems can make use of such systems, although there are enough such problems to make these systems useful. We need much less latency before parallel processing across the net becomes possible.
+-------------------------------------------------------------------------+
| Aaron Davidson <ajd@ualberta.ca> http://ugweb.cs.ualberta.ca/~davidson/ |
+-------------------------------------------------------------------------+