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 A1F9310A10 for ; Fri, 6 Dec 2013 10:07:51 +0000 (UTC) Received: (qmail 35479 invoked by uid 500); 6 Dec 2013 10:07:40 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 35443 invoked by uid 500); 6 Dec 2013 10:07: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 35419 invoked by uid 99); 6 Dec 2013 10:07: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 10:07:36 +0000 Date: Fri, 6 Dec 2013 10:07: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 updated to latest svn changes, semtimedop replaced through semop, included changes incoporated through CELIX-99 > 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)