You can do IPC. I did some work on a Go memfd implementation a while back https://github.com/justincormack/go-memfd/tree/master/memproto
Whether it is faster depends a lot on circumstances, such as how large your messages are, and how efficient your shared memory implementation is. If you are performance constrained, you might want to benchmark it, but otherwise something else is likely a constraint. On Mon, 21 Jan 2019 at 07:23, Omega Ishendra <omegaishen...@gmail.com> wrote: > > Hi all, > > I know that communication between two processes can be done mainly using two > methods. > > Shared Memory > Message passing > > > my initial idea about capnp is, it is using "Message Passing". > > Is my idea correct? > Can we do Inter-Process-Communication using shared memory in capnp? > which is the faster? > > Thanks, > > -- > You received this message because you are subscribed to the Google Groups > "Cap'n Proto" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to capnproto+unsubscr...@googlegroups.com. > Visit this group at https://groups.google.com/group/capnproto. -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/capnproto.