On Sun, 23 Sep 2007, skommar21 wrote: > Date: Sun, 23 Sep 2007 03:35:03 -0000 > From: skommar21 <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > To: <[email protected]> > Subject: [twincling] Advance Linux programming > > Hi All, > > Here is nice book for learning Linux programming with sample application > > http://www.advancedlinuxprogramming.com/ > > This book is available in pdf format for downlad under GPL license > > Regards > > Thanks. > > Sridhar >
Hi Sridhar: Thanks a lot for posting the link of this very useful book for developers aspiring to get a grip on Linux programming. Anybody short on time, must read the following chapters. Threads http://www.advancedlinuxprogramming.com/alp-folder/alp-ch04-threads.pdf Interprocess communication http://www.advancedlinuxprogramming.com/alp-folder/alp-ch05-ipc.pdf /proc file system http://www.advancedlinuxprogramming.com/alp-folder/alp-ch07-proc-filesystem.pdf Low level I/O http://www.advancedlinuxprogramming.com/alp-folder/alp-apB-low-level-io.pdf For threads, I would also recommend reading the NPTL paper or Uhlrich Depper. Hope this helps. thanks Saifi.

