Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-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 97FD910079 for ; Fri, 6 Dec 2013 14:18:41 +0000 (UTC) Received: (qmail 73084 invoked by uid 500); 6 Dec 2013 14:18:41 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 73006 invoked by uid 500); 6 Dec 2013 14:18:39 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 72965 invoked by uid 99); 6 Dec 2013 14:18:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 14:18:36 +0000 Date: Fri, 6 Dec 2013 14:18:36 +0000 (UTC) From: "Bjoern Petri (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CELIX-81) Remote Services - Shared Memory Support 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/CELIX-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bjoern Petri updated CELIX-81: ------------------------------ Attachment: shm.patch.md5 shm.patch celix_log replaced with fw_log. > Remote Services - Shared Memory Support > --------------------------------------- > > Key: CELIX-81 > URL: https://issues.apache.org/jira/browse/CELIX-81 > Project: Celix > Issue Type: New Feature > Reporter: Bjoern Petri > Fix For: 1.0.0-incubating > > Attachments: shm.patch, shm.patch.md5 > > > This patch adds additional components, which allows CELIX to use Shared Memory for remote services: discovery_shm, remote_service_admin_shm and example_proxy_shm. Besides, two new deployment targets are added, which can be used to locally test the shm implementation together with the example_service. > Netstring support (see JIRA issue CELIX-80) is required to get the this shm implementation working. Also note that shared memory segments or semaphores might be left in the system and needs to be removed manually (see ipcs, ipcrm) when CELIX does not shutdown as expected. -- This message was sent by Atlassian JIRA (v6.1#6144)