Re: IPC Example

2018-09-01 Thread Wes McKinney
hi Pearu, On Sat, Sep 1, 2018 at 3:15 PM Pearu Peterson wrote: > > Hi, > > I'd also like to enforce the raised question, in particular, it would be very > useful to have basic examples of IPC between same or different languages, > including C/C++, Python, Java, etc. > > Whatever combination of

Re: IPC Example

2018-09-01 Thread Pearu Peterson
Hi, I'd also like to enforce the raised question, in particular, it would be very useful to have basic examples of IPC between same or different languages, including C/C++, Python, Java, etc. Whatever combination of languages is used, the principles of IPC should be the same. For instance, in Pyt

Re: IPC Example

2018-09-01 Thread Wes McKinney
+ dev@ There's several examples of sending record batches from Java to Python (and vice versa) over a network socket -- e.g. Jacques and I are working on a prototype of a general purpose Arrow-native RPC framework in Java and C++ respectively. Where there's some R&D needed is in Java interactions