Hi All,
I am fairly new to Linux programming having only been at it for a few months.
I know some basics of shellscript and Linux commands and have done a fair bit of programming in C in d past few years.
I'm currently in the final year of my degree and a major part of my final year project & thesis involves IPC, particularly pipes & sockets
I've been fortunate enough to of found a lot of information in both books & on the net on this, & have already written a simple but functioning program using pipes & a program using sockets.
I was wondering if any of you have any experience using IPC & c, & if you could point me in the direction of any more complicated examples or anyother good useful information or could share any experiences or problems you might have with IPC.
Any help or information would be greatly appreciated,
Thanks on advance,
Derm
Comments
Spencer's socket site (include links to sample code)
http://www.lowtek.com/sockets/
Beej's Guide to Network Programming
http://beej.us/guide/bgnet/
Unix-socket-faq
http://www.landfield.com/faqs/unix-faq/socket/
The Linux Programmer's Guide (chapter 6 is all IPC)
http://www.tldp.org/LDP/lpg/index.html
Beej's Guide to Unix Interprocess Communication
http://www.ecst.csuchico.edu/~beej/guide/ipc/
Advanced Linux Programming (Free book - chapter 5: IPC)
http://www.advancedlinuxprogramming.com
GNU C Library
http://www.gnu.org/software/libc/manual/html_node/index.html
------
nugent