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 84F6710801 for ; Wed, 4 Dec 2013 16:57:41 +0000 (UTC) Received: (qmail 12350 invoked by uid 500); 4 Dec 2013 16:57:39 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 12168 invoked by uid 500); 4 Dec 2013 16:57:37 -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 12145 invoked by uid 99); 4 Dec 2013 16:57:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 16:57:35 +0000 Date: Wed, 4 Dec 2013 16:57:35 +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: (was: shm.patch) > 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 > > > 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)