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 D1579200B96 for ; Thu, 22 Sep 2016 00:16:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CFD16160AE1; Wed, 21 Sep 2016 22:16:07 +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 1915D160ADE for ; Thu, 22 Sep 2016 00:16:06 +0200 (CEST) Received: (qmail 4377 invoked by uid 500); 21 Sep 2016 22:16:06 -0000 Mailing-List: contact commits-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list commits@arrow.apache.org Received: (qmail 4368 invoked by uid 99); 21 Sep 2016 22:16:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2016 22:16:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8E503E053F; Wed, 21 Sep 2016 22:16:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wesm@apache.org To: commits@arrow.apache.org Date: Wed, 21 Sep 2016 22:16:05 -0000 Message-Id: <9f62266cc7a841da9f950e0375ceec43@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] arrow git commit: ARROW-267: [C++] Implement file format layout for IPC/RPC archived-at: Wed, 21 Sep 2016 22:16:08 -0000 Repository: arrow Updated Branches: refs/heads/master 430bd9576 -> 7e39747ee http://git-wip-us.apache.org/repos/asf/arrow/blob/7e39747e/format/IPC.md ---------------------------------------------------------------------- diff --git a/format/IPC.md b/format/IPC.md new file mode 100644 index 0000000..1f39e76 --- /dev/null +++ b/format/IPC.md @@ -0,0 +1,3 @@ +# Interprocess messaging / communication (IPC) + +## File format http://git-wip-us.apache.org/repos/asf/arrow/blob/7e39747e/format/README.md ---------------------------------------------------------------------- diff --git a/format/README.md b/format/README.md index 3b0e503..78e1520 100644 --- a/format/README.md +++ b/format/README.md @@ -9,6 +9,7 @@ Currently, the Arrow specification consists of these pieces: - Metadata specification (see Metadata.md) - Physical memory layout specification (see Layout.md) - Metadata serialized representation (see Message.fbs) +- Mechanics of messaging between Arrow systems (IPC, RPC, etc.) (see IPC.md) The metadata currently uses Google's [flatbuffers library][1] for serializing a couple related pieces of information: