Return-Path: X-Original-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D85029BEC for ; Sun, 22 Apr 2012 13:56:59 +0000 (UTC) Received: (qmail 14812 invoked by uid 500); 22 Apr 2012 13:56:59 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 14788 invoked by uid 500); 22 Apr 2012 13:56:59 -0000 Mailing-List: contact hama-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-commits@incubator.apache.org Received: (qmail 14780 invoked by uid 99); 22 Apr 2012 13:56:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2012 13:56:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2012 13:56:57 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 938117BC for ; Sun, 22 Apr 2012 13:56:36 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sun, 22 Apr 2012 13:56:36 -0000 Message-ID: <20120422135636.23856.12028@eos.apache.org> Subject: =?utf-8?q?=5BHama_Wiki=5D_Update_of_=22DevelopBSP=22_by_thomasjungblut?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for chan= ge notification. The "DevelopBSP" page has been changed by thomasjungblut: http://wiki.apache.org/hama/DevelopBSP?action=3Ddiff&rev1=3D2&rev2=3D3 } }}} = - Currently we don't have much more than a infinite loop that entertains th= e garbage collector. So let's introduce a naive partitioning trick to let t= he slaves work: + Currently we don't have much more than a infinite loop that entertains th= e garbage collector. So let's introduce a naive partitioning trick to let t= he 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 mo= re easier to implement these real-time systems in a scalable manner. +=20