Y
Hacker News
new
|
ask
|
show
|
jobs
by
theyoungestgun
4184 days ago
Are there any options besides JNA and multi-process shared memory (java to native through message passing of some sort)?
2 comments
yazaddaruvala
4183 days ago
If you're not sharing memory, why not just set up a local rest server?
link
Jweb_Guru
4183 days ago
You can always just use a pipe if you don't require shared memory :)
link