<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Advanced Programming in the UNIX Environment, Second Edition</title>
	<atom:link href="http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/</link>
	<description>Technology and Gadgets News, Updates, Reviews and Guides</description>
	<lastBuildDate>Fri, 10 Sep 2010 00:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ivan Yukov</title>
		<link>http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/comment-page-1/#comment-3619</link>
		<dc:creator>Ivan Yukov</dc:creator>
		<pubDate>Sun, 07 Mar 2010 09:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/#comment-3619</guid>
		<description>It&#039;s a must-have book for me. Having a previous edition already available, I bought the second - a few new versions of Unix that have appeared since the first edition, so time for an update, especially given Linux and Mac OS details Available in a second edition.Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>It&#8217;s a must-have book for me. Having a previous edition already available, I bought the second &#8211; a few new versions of Unix that have appeared since the first edition, so time for an update, especially given Linux and Mac OS details Available in a second edition.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Tay</title>
		<link>http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/comment-page-1/#comment-3618</link>
		<dc:creator>Raymond Tay</dc:creator>
		<pubDate>Sun, 07 Mar 2010 08:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/#comment-3618</guid>
		<description>The book has evolved since its first edition and certainly a mammoth task trying to keep this edition of what is relevant and what is not, but I think the authors did it:) &lt;br / &gt; &lt;br /&gt; If you want to be a UNIX guru, then this is definitely the book for you:)Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>The book has evolved since its first edition and certainly a mammoth task trying to keep this edition of what is relevant and what is not, but I think the authors did it:) <br / /> <br /> If you want to be a UNIX guru, then this is definitely the book for you:)<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/comment-page-1/#comment-3617</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Sun, 07 Mar 2010 08:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/#comment-3617</guid>
		<description>This book is literally saving me right now in a class with the introduction of operating systems than I am. We have projects to complete in the UNIX Envrionment and the fact that this book gives you all the examples of real code that you might need for all levels of systems programming is gold. It is constructed very simply, has tons of code samples and is generally awesome. Highly recommended if you just get into systems programming on your own, or as a school reference book.Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>This book is literally saving me right now in a class with the introduction of operating systems than I am. We have projects to complete in the UNIX Envrionment and the fact that this book gives you all the examples of real code that you might need for all levels of systems programming is gold. It is constructed very simply, has tons of code samples and is generally awesome. Highly recommended if you just get into systems programming on your own, or as a school reference book.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W Boudville</title>
		<link>http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/comment-page-1/#comment-3616</link>
		<dc:creator>W Boudville</dc:creator>
		<pubDate>Sun, 07 Mar 2010 06:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/#comment-3616</guid>
		<description>Many of you learned Unix in the 90s would have cut their teeth on the first edition of this book. This second edition should be well received. It encapsulates the changes in the Unix world since 92. Especially, it shows the rise of Linux. An increase is always the same intensity. &lt;br /&gt; &lt;br /&gt; Basically, the structure of this edition is the first edition. Rago has been brought in as co-author after Stevens died in 99, and has deliberately kept this consistency. I was pleased to see that Rago kept the exercises at the end of each chapter. Computer Books Many seem to spend what may be a shame for someone who needs hands on tasks to learn. &lt;br /&gt; &lt;br /&gt; Chapters threading is a significant change from the first edition . Not easy reading, but they do reflect powerful means to optimize your code eventually. The biggest cost to you may be the effort you must invest in understanding the issues of coding in these chapters. Rago code examples are deliberately short and somewhat artificial. But they illustrate the various threading issues. &lt;br /&gt; &lt;br /&gt; Of course, other chapters have been minimal changes. How do I Directors / O or pseudoterminal changed in 10 years? These chapters may be old friends to you.Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>Many of you learned Unix in the 90s would have cut their teeth on the first edition of this book. This second edition should be well received. It encapsulates the changes in the Unix world since 92. Especially, it shows the rise of Linux. An increase is always the same intensity. </p>
<p> Basically, the structure of this edition is the first edition. Rago has been brought in as co-author after Stevens died in 99, and has deliberately kept this consistency. I was pleased to see that Rago kept the exercises at the end of each chapter. Computer Books Many seem to spend what may be a shame for someone who needs hands on tasks to learn. </p>
<p> Chapters threading is a significant change from the first edition . Not easy reading, but they do reflect powerful means to optimize your code eventually. The biggest cost to you may be the effort you must invest in understanding the issues of coding in these chapters. Rago code examples are deliberately short and somewhat artificial. But they illustrate the various threading issues. </p>
<p> Of course, other chapters have been minimal changes. How do I Directors / O or pseudoterminal changed in 10 years? These chapters may be old friends to you.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calvinnme</title>
		<link>http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/comment-page-1/#comment-3615</link>
		<dc:creator>calvinnme</dc:creator>
		<pubDate>Sun, 07 Mar 2010 04:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://i486.net/2010/03/07/advanced-programming-in-the-unix-environment-second-edition/#comment-3615</guid>
		<description>This update sorely lacking in the first edition classic preserve what is best about the old edition, which is the size and attention to detail, and adds that these changes occurred in the UNIX operating system since The first edition was published in 1992. Specifically, there are samples of implementation for FreeBSD, Linux, and Mac OS X included. This edition is that the former was an excellent reference for anyone doing system-level programming in C or C + + on the UNIX platform. It was never intended to teach readers the fundamentals of the UNIX environment, or to teach C / C + + programming. The author assumes a strong knowledge of both. The book begins well more than the first edition did, explaining the UNIX kernel in generic terms. He will then explain the various implementations of UNIX and their specific differences. You will find through three chapters largely unchanged from the first edition of ten, as the basic mechanisms of file I / O, the directory structure, control between processes, and signaling have not changed since that time . Chapters eleven and twelve are two new chapters added to son, or thread has become very important in UNIX system programming. Also gone is the chapter on interfacing to a PostScript printer. He is replaced by a more modern chapter on communication with a network printer. The HTTP protocol is discussed in this context. The book contains a rich set of examples and downloadable code is very useful. In addition, the book contains implementations of two major projects: a library database and communication with a network printer. Each project includes complete code with diagrams. This book also contains many exercises and solutions to some of these exercises are included in the back of the book. Since the Amazon, and some commentators, show the contents of the first edition, but not the second, I understand that the purpose of completeness: &lt;br /&gt; 1. Overview of UNIX &lt;br /&gt; 2. UNIX Standardization and Implementations &lt;br /&gt; 3. File I / O &lt;br /&gt; 4. Files and directories &lt;br /&gt; 5. Standard I / O Library &lt;br /&gt; 6. File System Data and Information &lt;br /&gt; 7. Process Environment &lt;br /&gt; 8. Process Control &lt;br /&gt; 9. Process Relationships &lt;br /&gt; 10. Signals &lt;br /&gt; 11. Threads &lt;br /&gt; 12. Thread Control &lt;br /&gt; 13. Daemon process &lt;br /&gt; 14. Advanced I / O &lt;br /&gt; 15. Interprocess communication &lt;br /&gt; 16. Network IPC: Sockets &lt;br /&gt; 17 high IPC &lt;br /&gt; 18. Terminal I / O &lt;br /&gt; 19. Pseudo-terminals &lt;br /&gt; 20. A library database &lt;br /&gt; 21. Communicate with a network printer &lt;br /&gt; Appendix A. Function Prototypes &lt;br /&gt; Appendix B. Miscellaneous Source Code Appendix C. &lt;br /&gt; Solutions to Selected ExercisesRating: 5 / 5</description>
		<content:encoded><![CDATA[<p>This update sorely lacking in the first edition classic preserve what is best about the old edition, which is the size and attention to detail, and adds that these changes occurred in the UNIX operating system since The first edition was published in 1992. Specifically, there are samples of implementation for FreeBSD, Linux, and Mac OS X included. This edition is that the former was an excellent reference for anyone doing system-level programming in C or C + + on the UNIX platform. It was never intended to teach readers the fundamentals of the UNIX environment, or to teach C / C + + programming. The author assumes a strong knowledge of both. The book begins well more than the first edition did, explaining the UNIX kernel in generic terms. He will then explain the various implementations of UNIX and their specific differences. You will find through three chapters largely unchanged from the first edition of ten, as the basic mechanisms of file I / O, the directory structure, control between processes, and signaling have not changed since that time . Chapters eleven and twelve are two new chapters added to son, or thread has become very important in UNIX system programming. Also gone is the chapter on interfacing to a PostScript printer. He is replaced by a more modern chapter on communication with a network printer. The HTTP protocol is discussed in this context. The book contains a rich set of examples and downloadable code is very useful. In addition, the book contains implementations of two major projects: a library database and communication with a network printer. Each project includes complete code with diagrams. This book also contains many exercises and solutions to some of these exercises are included in the back of the book. Since the Amazon, and some commentators, show the contents of the first edition, but not the second, I understand that the purpose of completeness: <br /> 1. Overview of UNIX <br /> 2. UNIX Standardization and Implementations <br /> 3. File I / O <br /> 4. Files and directories <br /> 5. Standard I / O Library <br /> 6. File System Data and Information <br /> 7. Process Environment <br /> 8. Process Control <br /> 9. Process Relationships <br /> 10. Signals <br /> 11. Threads <br /> 12. Thread Control <br /> 13. Daemon process <br /> 14. Advanced I / O <br /> 15. Interprocess communication <br /> 16. Network IPC: Sockets <br /> 17 high IPC <br /> 18. Terminal I / O <br /> 19. Pseudo-terminals <br /> 20. A library database <br /> 21. Communicate with a network printer <br /> Appendix A. Function Prototypes <br /> Appendix B. Miscellaneous Source Code Appendix C. <br /> Solutions to Selected Exercises<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>
