Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 23543200B81 for ; Tue, 13 Sep 2016 16:44:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 20659160AD3; Tue, 13 Sep 2016 14:44:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8558B160AD8 for ; Tue, 13 Sep 2016 16:44:22 +0200 (CEST) Received: (qmail 99748 invoked by uid 500); 13 Sep 2016 14:44:21 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 99587 invoked by uid 99); 13 Sep 2016 14:44:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2016 14:44:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6EF442C1B7F for ; Tue, 13 Sep 2016 14:44:21 +0000 (UTC) Date: Tue, 13 Sep 2016 14:44:21 +0000 (UTC) From: "Christian Schneider (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ARIES-1587) Support streams in fastbin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 13 Sep 2016 14:44:23 -0000 [ https://issues.apache.org/jira/browse/ARIES-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider updated ARIES-1587: --------------------------------------- Fix Version/s: rsa-2.0.0 > Support streams in fastbin > -------------------------- > > Key: ARIES-1587 > URL: https://issues.apache.org/jira/browse/ARIES-1587 > Project: Aries > Issue Type: New Feature > Components: Remote Service Admin > Affects Versions: rsa-1.9.0 > Reporter: Johannes Utzig > Fix For: rsa-2.0.0 > > > Fastbin should support InputStreams and OutputStreams as parameters and return values of remote calls. > Since streams cannot be serialized directly, the distribution provider should replace the original objects with serializable proxies that load/write data through additional remote requests. > For sending large amounts of data this approach would work far better than serializing a huge byte[] -- This message was sent by Atlassian JIRA (v6.3.4#6332)