Vladimir Ozerov created IGNITE-906:
--------------------------------------
Summary: Implement memory manager for interop communication.
Key: IGNITE-906
URL:
https://issues.apache.org/jira/browse/IGNITE-906 Project: Ignite
Issue Type: Task
Components: interop
Affects Versions: sprint-4
Reporter: Vladimir Ozerov
Assignee: Vladimir Ozerov
Priority: Blocker
Fix For: sprint-5
We must have a way to communicate between platforms. Potentially this could be any sensible mechanism:
1) JNI over Java byte[]
2) Offheap memory
3) Direct pointers to process heap objects
etc.
We must define an abstraction of "memory" which will give us a pointer to some memory chunk which can be populated with data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)