Re: Process Communication Mechanisms

From: Hagen Paul Pfeifer
Date: Fri Aug 11 2006 - 11:30:19 EST


* Kamran Soomro | 2006-08-11 16:25:43 [+0500]:

>Hi. I want to study how the 2.6 kernel handles process communication.
>I am planning to study the source code for this purpose. Can someone
>please guide me as to where to start? And how to proceed. Thanks.

Process Communication in the sense of SYS V? Then the complete ipc directory
[1] will be your friend.

For Unix sockets the implementation is a little bit more complicated - you must
grasp more source-code. But this depends on how deep is your interesting.

Last but not least: there are many books out there who cover this topic.


[1] http://lxr.linux.no/source/ipc/
-
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/