Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 832EA9760 for ; Mon, 4 Jun 2012 14:26:23 +0000 (UTC) Received: (qmail 64199 invoked by uid 500); 4 Jun 2012 14:26:23 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 64153 invoked by uid 500); 4 Jun 2012 14:26:23 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 64141 invoked by uid 500); 4 Jun 2012 14:26:23 -0000 Delivered-To: apmail-incubator-hama-dev@incubator.apache.org Received: (qmail 64133 invoked by uid 99); 4 Jun 2012 14:26:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2012 14:26:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 3B9341404B9 for ; Mon, 4 Jun 2012 14:26:23 +0000 (UTC) Date: Mon, 4 Jun 2012 14:26:22 +0000 (UTC) From: "Thomas Jungblut (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <42814079.34138.1338819983246.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1718046093.3227.1333292787366.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (HAMA-546) Add access to remote memory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HAMA-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Jungblut reassigned HAMA-546: ------------------------------------ Assignee: (was: Thomas Jungblut) > Add access to remote memory > --------------------------- > > Key: HAMA-546 > URL: https://issues.apache.org/jira/browse/HAMA-546 > Project: Hama > Issue Type: New Feature > Components: bsp core > Reporter: Thomas Jungblut > Attachments: HAMA-546_1.patch > > > bsp_get and bsp_put are integral parts of the BSP computing model. > They are defined as follows: > bsp_get [1] > {quote} > The bsp_get(3) and bsp_hpget(3) operations reach into the > local memory of another process and copy previously > registered remote data held there into a data structure in > the local memory of the process that initiated them. > {quote} > bsp_put [2] > {quote} > The aim of bsp_put(3) and bsp_hpput(3) is to provide an > operation akin memcpy(3C) available in the Unix > library. Both operations copy a specified number of bytes, > from a byte addressed data structure in the local memory of > one process into contiguous memory locations in the local > memory of another process. The distinguishing factor between > these operations is provided by the buffering choice. > {quote} > A very simple implementation can be based on a HashMap on every peer which can be obtained via RPC. > In this case we need to extend the MessageManager to be able to do off-the-band communication. > It would be great to extract a common interface which can be inter-operable with other caching tools like DirectMemory or EHCache. > [1] http://www.bsp-worldwide.org/implmnts/oxtool/man/bsp_get.3.html > [2] http://www.bsp-worldwide.org/implmnts/oxtool/man/bsp_put.3.html -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira