Re: Shared memory IPC using NIO memory-mapped files -- anyone done this?
Jeff Kesselman <[email protected]>
| Newsgroups | gmane.comp.windows.devel.java.advanced |
|---|---|
| Message-ID | <[email protected]> |
Brian Maso wrote: > > Anyone familiar with shared memory inter-process communication out > there who can give me a hint? Google and the regular sources aren't > revealing anything to me this morning. The short answer is that a modern OS like Solaris is already doing this for you when you do socket connections through "localhost". So rather thne inventing your own weird scheme, just us the IPC thats there. Linux *should* do this, whether it does or not I don't know. Win32 or OSX I don't know what they do. =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com