Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11738
| From | Jan Burse <janburse@fastmail.fm> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Interplatform (interprocess, interlanguage) communication |
| Date | 2012-02-04 20:24 +0100 |
| Organization | albasani.net |
| Message-ID | <jgk0ll$74j$1@news.albasani.net> (permalink) |
| References | <IPC-20120203200443@ram.dialup.fu-berlin.de> <jgj9vu$jmr$1@news.albasani.net> <jgjuvb$5jf$1@dont-email.me> |
markspace schrieb:
> On 2/4/2012 4:57 AM, Jan Burse wrote:
>> I would add to the list:
>>
>> Shared Memory
>>
>
>
> What Java API do you use for that?
>
One solution would be to port MemoryFiles from
Android to Java SE. The API of MemoryFiles is
seen here:
http://developer.android.com/reference/android/os/MemoryFile.html
You can also find the source code of the classes.
But suggesting the above has more to do with my
obsession for memory files (just joking).
But the following stack overflow entry lists 5 (five)
alternative ways do deal with shared memory in Java:
http://stackoverflow.com/questions/1491519/any-concept-of-shared-memory-in-java
Bye
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Interplatform (interprocess, interlanguage) communication Jan Burse <janburse@fastmail.fm> - 2012-02-04 13:57 +0100
Re: Interplatform (interprocess, interlanguage) communication markspace <-@.> - 2012-02-04 10:55 -0800
Re: Interplatform (interprocess, interlanguage) communication Jan Burse <janburse@fastmail.fm> - 2012-02-04 20:24 +0100
Re: Interplatform (interprocess, interlanguage) communication Jan Burse <janburse@fastmail.fm> - 2012-02-04 20:29 +0100
Re: Interplatform (interprocess, interlanguage) communication Arne Vajhøj <arne@vajhoej.dk> - 2012-02-04 18:37 -0500
csiph-web