Re: New Address Family: Inter Process Networking (IPN)
- From: "Chris Friesen" <cfriesen@xxxxxxxxxx>
- Date: Thu, 06 Dec 2007 14:36:54 -0600
Andi Kleen wrote:
"This document describes Linux Netlink, which is used in Linux both as
an intra-kernel messaging system as well as between kernel and user
space."
It can be used between user space daemons as well. In fact it is.
e.g. they often listen to each other's messages.
One problem we ran into was that there are only 32 multicast groups per netlink protocol family.
We had a situation where we could have used netlink, but we needed the equivalent of thousands of multicast groups. Latency was very important, so we ended up doing essentially a multicast unix socket rather than taking the extra penalty for UDP multicast.
Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: New Address Family: Inter Process Networking (IPN)
- From: David Miller
- Re: New Address Family: Inter Process Networking (IPN)
- From: Andi Kleen
- Re: New Address Family: Inter Process Networking (IPN)
- References:
- New Address Family: Inter Process Networking (IPN)
- From: Renzo Davoli
- Re: New Address Family: Inter Process Networking (IPN)
- From: Andi Kleen
- Re: New Address Family: Inter Process Networking (IPN)
- From: Renzo Davoli
- Re: New Address Family: Inter Process Networking (IPN)
- From: Andi Kleen
- New Address Family: Inter Process Networking (IPN)
- Prev by Date: Re: [PATCH 3/3] printer port driver: semaphore to mutex
- Next by Date: Re: [PATCH] bw-qcam: adds parameter aggressive to skip passive detection and directly attempt initialization
- Previous by thread: Re: New Address Family: Inter Process Networking (IPN)
- Next by thread: Re: New Address Family: Inter Process Networking (IPN)
- Index(es):