Message from discussion
book for system programming confusion
Path: g2news2.google.com!news3.google.com!feeder.news-service.com!colt.net!news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
From: saurabh <NoEm...@NoDomain.com>
Subject: Re: book for system programming confusion
Date: Sat, 04 Jul 2009 09:48:07 +0500
User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table)
Message-ID: <pan.2009.07.04.04.48.03.422400@NoDomain.com>
Newsgroups: comp.unix.programmer
References: <4a4e6849$0$48244$14726298@news.sunsite.dk> <7b7e7qF1va0m4U1@mid.uni-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Lines: 45
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: 121.243.141.79
X-Trace: news.sunsite.dk DXC=Z1G\E9ReN<jMMDg2]64EMfYSB=nbEKnkkhm:D334KaNn2Z<GGOR6WKjQbe=0hJ`gCj]CDY[=VZ7Pc_@Unoeg@;Gf_V\fME?>P;jaiABDA_A93i
X-Complaints-To: staff@sunsite.dk
On Fri, 03 Jul 2009 22:15:22 +0000, Jens Thoms Toerring wrote:
> saurabh <saur...@saurabh.org> wrote:
>> I am a C programmer with more than 3 years experience on Linux platform.
>> I am looking for a good book that can explain the internals of Unix from
>> a programmer's point of view.
>> I searched and inquired , and finally zeroed on following 2 books
>
>> 1.Advanced Programming in the UNIX Environment, Second Edition (Addison-
>> Wesley Professional Computing Series) by Richard Stevens
>> Link:
>> http://www.amazon.com/Programming-Environment-Addison-Wesley-Professional-
>> Computing/dp/0321525949/ref=sr_1_1?ie=UTF8&s=books&qid=1246652000&sr=1-1
>
>> 2.Advanced Unix Programming
>> Link:
>> http://www.amazon.com/Advanced-Programming-Addison-Wesley-Professional-
>> Computing/dp/0131411543/ref=sr_1_1?ie=UTF8&s=books&qid=1246652342&sr=1-1
>
>> I am confused , which one should I buy?
>
> They're both new edition of "classics". I got the first edition
> of APUE and the new one of AUP. Both are good. My personal favo-
> rite is Stevens' book, but then I bought APUE a long time before
> AUP and learned a lot from it. APUE seems to have a slightly hig-
> her information density (which you might consider an advantage or
> disadvantage). The best advice probably is to go (if possible) to
> a bookshop that has both in stock and try to read a bit in them
> and pick the one you enjoy more (or both if you can't come to a
> conclusion and you have the money;-)
>
> Regards, Jens
Thanks Jens,
I will go to a bookstore and read some paragraphs of both of them.
Actually I am more interested in details of POSIX IPC,process management
and synchronization and threads.
I don't want details of file I/O or permission mechanism.
Can you please tell me which of the one covers process management , and
IPC better than the other?
Thanks
Saurabh