Customer Reviews


7 Reviews
5 star:
 (2)
4 star:
 (2)
3 star:
 (1)
2 star:    (0)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


38 of 38 people found the following review helpful:
4.0 out of 5 stars Not quite deep enough
Overall this book is very good. It is particularly well written and enjoyable to read, as are all of Robert Love's previous books.

However, it's fairly small and could go into more detail. For example, I would have liked a discussion of edge-triggered vs. level-triggered epoll() usage. The author mentions that edge-triggered needs a different programming...
Published on November 15, 2007 by Simon Perreault

versus
30 of 33 people found the following review helpful:
3.0 out of 5 stars a book full of hints, but seldom tells you how to actually do it
I have to agree completely with the previous reviewer that this book lacks meat. In this book, after discussing each issue, the author typically hints that there exists a solution, but does not tell you exactly how to implement the solution. The book is sprinkled with snippets of code that are almost always incomplete, and very rarely explained.
In the Bibliography...
Published on November 22, 2007 by a reader


Most Helpful First | Newest First

38 of 38 people found the following review helpful:
4.0 out of 5 stars Not quite deep enough, November 15, 2007
By 
Simon Perreault (Québec, QC, Canada) - See all my reviews
(REAL NAME)   
This review is from: Linux System Programming: Talking Directly to the Kernel and C Library (Paperback)
Overall this book is very good. It is particularly well written and enjoyable to read, as are all of Robert Love's previous books.

However, it's fairly small and could go into more detail. For example, I would have liked a discussion of edge-triggered vs. level-triggered epoll() usage. The author mentions that edge-triggered needs a different programming style. What is it? Is it better? Regarding signal handling, the author hints at injecting signals into the event loop, but how could one do it concretely? On the subject of I/O buffering, not much is said except that standard I/O exists. But I'm here for the meat, and I want to know how to implement my own I/O buffering! Pretty much every chapter ends when the fun is about to begin.

I'm still hungry. Nevertheless, every system programmer for Linux should read this book. I hope for an expanded second edition.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


30 of 33 people found the following review helpful:
3.0 out of 5 stars a book full of hints, but seldom tells you how to actually do it, November 22, 2007
This review is from: Linux System Programming: Talking Directly to the Kernel and C Library (Paperback)
I have to agree completely with the previous reviewer that this book lacks meat. In this book, after discussing each issue, the author typically hints that there exists a solution, but does not tell you exactly how to implement the solution. The book is sprinkled with snippets of code that are almost always incomplete, and very rarely explained.
In the Bibliography section, the author did not include two of the most important books that cover related material: 1. "Advanced Programming in the UNIX Environment," by W. Richard Stevens, and 2. "Programming with POSIX Threads," by David R. Butenhof. Perhaps the author did not want readers to compare his book to these two books, because in these two books, every important concept is illustrated with program code examples that are fully compilable, fully working, and fully explained!
The author could make a very significant contribution if only he could follow the examples of the above two books.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


34 of 38 people found the following review helpful:
1.0 out of 5 stars Not worth money, April 12, 2008
This review is from: Linux System Programming: Talking Directly to the Kernel and C Library (Paperback)
If you expect the quality of the author's other books from this book, you'll be disappointed. It just lists system calls and their descriptions that you can find from man pages without any serious examples. It doesn't provide any insight or thorough coverage you can find from other books such as Steven's book (Advance Programmng in Unix environment).

From the book title, I expected the author's insight over interface between user space program and kernel but it just looks like that it copied man pages in some order. If you want to learn sysetm programming in Linux environment, look for other books, seriously.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars The book truly is for all developers, May 15, 2008
Amazon Verified Purchase(What's this?)
This review is from: Linux System Programming: Talking Directly to the Kernel and C Library (Paperback)
I have been programming C/C++ professionally since 1986 and was surprised at how much I've learned in the first few chapters.

One of the programs that I've been working on is an I/O intensive conversion from a legacy platform to Linux. The original code took about 8 minutes per gigabyte of data to process. I had worked and squeezed every trick I could think of and got the application down to 10 seconds per gigabyte. From what I learned in just the first few chapters, I was able to knock an additional 3% off the application performance. (It has been mentioned that I should state that I had been unaware of fread_unlocked and fwrite_unlocked before the book ... see comments for more detailed discussion).

When I finish the book, I fully intend on passing it over to one of our junior members so that they can benefit from it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 11 people found the following review helpful:
5.0 out of 5 stars Easy to read-Your first step into system programming, December 20, 2007
This review is from: Linux System Programming: Talking Directly to the Kernel and C Library (Paperback)
Up-side
Its a very easily readable book.
Unlike other heavy weight books on system programming in this book code is very simple. All the codes are on one place no extra header files.
So if you are new to system-kernel programming, like my self, this is the book for you.
I did have problem reading kernel development books("Linux device driver" Linux kernel Programming). But after reading this book so many things are in perspective now. I cold do advance study in kernel development.

Down Side.
Some light/sweet projects could have made this book the best.
Some socket programming examples would be nice.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars A good teorical review of the Linux System calls and the GLIB functions., May 9, 2010
Amazon Verified Purchase(What's this?)
This review is from: Linux System Programming: Talking Directly to the Kernel and C Library (Paperback)
You need some background to get a real approach from this book...
Good to get some tips on how the system works an why, really good explanations for all the points exposed, isn't a "Linux Specific" book, mostly based on POSIX and when not is well distinguished, also include some peculiar calls from other OS.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 21 people found the following review helpful:
1.0 out of 5 stars a disappointment, December 18, 2007
By 
Amazon Verified Purchase(What's this?)
This review is from: Linux System Programming: Talking Directly to the Kernel and C Library (Paperback)
nothing really useful in this book, too shallow to do anything with it, i like his other books though, but this one certainly is not good, if at all.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Linux System Programming: Talking Directly to the Kernel and C Library
Linux System Programming: Talking Directly to the Kernel and C Library by Robert Love (Paperback - September 25, 2007)
$49.99 $30.44
In Stock
Add to cart Add to wishlist