Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "DevelopBSP" page has been changed by thomasjungblut: http://wiki.apache.org/hama/DevelopBSP?action=diff&rev1=2&rev2=3 } }}} - Currently we don't have much more than a infinite loop that entertains the garbage collector. So let's introduce a naive partitioning trick to let the slaves work: + Currently we don't have much more than a infinite loop that entertains the garbage collector. So let's introduce a naive partitioning trick to let the slaves do work and consume our sent messages: {{{ @Override @@ -313, +313 @@ This example would then not have overhead in using a global sync, because it does not use it. + Also when a single master task is used, the throughput and scalability is limited by a single task. You could add more task to serve as a master and we want to definitely want to add convenience functions to make it much more easier to implement these real-time systems in a scalable manner. +