If we build the GLib-based library with MSVC, it doesn't
require MSYS nor Cygwin. It just requires MSVC.
In
"RE: Plasma scenarios" on Mon, 9 Sep 2019 22:05:26 +,
Eric Erhardt wrote:
> I don't think the C# bindings would use the Glib-based libraries on Wi
---
From: Sutou Kouhei
Sent: Monday, September 9, 2019 4:43 PM
To: dev@arrow.apache.org
Subject: Re: Plasma scenarios
Hi,
> In theory you could use the GLib-based library with MSVC, the main
> requirement is gobject-introspection
>
> https://nam06.safelinks.protection.outlook.
ings by hand. (We can generate
bindings automatically with GObject Introspection.)
But we need to some tasks to build the GLib-based library
with MSVC. I'll work on it in a few months.
Thanks,
--
kou
In
"Re: Plasma scenarios" on Mon, 9 Sep 2019 12:00:00 -0500,
Wes McKinney
uses this feature:
https://github.com/apache/arrow/blob/master/cpp/src/plasma/fling.cc#L33
https://github.com/apache/arrow/blob/master/cpp/src/plasma/client.cc#L940
Thanks,
--
kou
In
"Plasma scenarios" on Fri, 6 Sep 2019 22:09:38 +,
Eric Erhardt wrote:
> I was looki
hi Eric,
On Fri, Sep 6, 2019 at 5:09 PM Eric Erhardt
wrote:
>
> I was looking for the high level scenarios for the Plasma In-Memory Object
> Store. A colleague of mine suggested we could use it to pass data between a
> C# process and a Python process.
>
> I've read the intro blog [0] on Plasma,
I was looking for the high level scenarios for the Plasma In-Memory Object
Store. A colleague of mine suggested we could use it to pass data between a C#
process and a Python process.
I've read the intro blog [0] on Plasma, which describes using the same data set
from multiple processes - which