LWN.net Logo

publish/subscribe in kernel

publish/subscribe in kernel

Posted Nov 17, 2011 10:17 UTC (Thu) by sustrik (guest, #62161)
Parent article: Fast interprocess communication revisited

There's a kernel-space implementation of 0MQ-inspired (http://lwn.net/Articles/370307/) publish/subscribe mechanism. It provides the pub/sub functionality via the traditional BSD sockets. For example:

https://gist.github.com/1372839

The implementation can be found here:

https://github.com/250bpm/linux-2.6
https://github.com/250bpm/sp-userland


(Log in to post comments)

LINX at sourceforge.

Posted Nov 17, 2011 15:58 UTC (Thu) by nysan (subscriber, #81015) [Link]

LINX, is more like the Android version of. iPC, with the additional functionality of remote communication over peripheral X,Y,Z as well.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds