vote up 3 vote down star

I grew up on UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications (RIP, Richard Stevens), which was the essential reading for designing a multiprocess program back in the days. Re-reading it, it is rather lacking in more modern multiprocess/multithread topics, such as dbus, etc.

Are there any good books which covers the more recent IPC techniques?

flag

2 Answers

vote up 1 vote down

This book: http://www.advancedlinuxprogramming.com/

It has some pretty good information about threading, processes, Linux internals, mutexes, semaphores, memory mapping, etc. Also, it's free.

link|flag
vote up 0 vote down

You may find some more recent information in Advanced Programming in the UNIX® Environment: Second Edition.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.