hi I saw 2 promisable IPC implementations, but unfortunately both are for Windows only.
First is https://www.codeproject.com/Articles/602005/Fast-IPC-New-implementation Pretty nice thing. I had tested it. Their benchmark showed about 5 millions small packets/sec on my PC. Surprisingly Microsoft published own implementation https://github.com/Microsoft/IPC I hadn't tested it because it uses boost and I don't use it yet PS. By the way Microsoft also published own serialization engine https://github.com/Microsoft/bond. It is cross-platform and at first look it looks nice too, but i think that it more is competitor to protobuf than to cap-n-proto. вторник, 13 июня 2017 г., 21:26:53 UTC+3 пользователь Omnifarious написал: > > Cap'n Proto seems like it would be ideal for a shared memory > communications channel, right down to the relative pointers. Has anybody > used it this way? What are the hurdles? > > -- 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 [email protected]. Visit this group at https://groups.google.com/group/capnproto.
