|
|||||||||||||||||||||||||||||||||||
|
22 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
16 of 17 people found the following review helpful:
5.0 out of 5 stars
The essence of O'Reilly,
By A Customer
This review is from: Writing Apache Modules with Perl and C (Paperback)
_Writing Apache Modules_ is quintessential O'Reilly. They have taken an arcane but potentially useful topic and produced a readable, entertaining, complete, and authoritative guide to it. The book's 700 pages are nearly 3/4 tutorial, which walks you through the writing of dozens of Apache modules, mostly in Perl. (C is covered in less detail, but it's all there.) You'll learn how to write modules for every Apache request stage. The Perl code is technically excellent and well-formatted, and they don't shy away from using useful CPAN modules. Database examples use the free and popular MySQL. No matter what kind of Apache module you're thinking about writing, this book will surely have an example that will get you started, and the reference section will keep you going. I have read literally dozens of O'Reilly books, and this is among the very best they've ever done.
16 of 17 people found the following review helpful:
5.0 out of 5 stars
A web programming marvel,
By
This review is from: Writing Apache Modules with Perl and C (Paperback)
I once read that you could not consider yourself a Unix Wizard until you had hand written a SendMail configure script once, and that no sane person ever did it twice.The first part of that truism can perhaps be said of Web Wizards and Apache modules. Fortunately Apache modules are a little easier to write than Sendmail configurations and this book makes it easier still. Let's not mince words. Perl scripts and other CGI software can quickly become performance bottlenecks on any server, no matter the size of your hardware. The most powerful way of fixing this is to fold a fair amount of that programming inside the server where the overhead of loading interpreters, libraries and code is already taken care of, not to mention you find yourself with much more power and control over the dialogue between server and browser. Unfortunately writing to an API as large and complex as that in Apache is not always easy. MacEachern and Stein go to a great deal of trouble and exert a fair degree of skill in breaking the learning down into manageable chunks and explaining it all with a large number of examples. This was the first book I read that really made me understand the process going on, both between the two pieces of software and inside Apache, when a page is requested. From there the book goes on to give you a marvellous understanding of how to write a module in Perl that fits into that process. Finally the last three chapters are excellent API reference guides, one on the Perl API and two on the C API, and an excellent index (which indexes every function in the API's as well as key concepts) make this a superb tool when you get down to writing. The book does not cover using C in any where near as much depth, but the vital conceptual understanding required and explained in the Perl chapters means that once you have written a module in Perl I don't believe you will find it a problem to do it in C. I have to say though, as a C programmer I am yet to do it, I get so much performance out of a module in Perl I've yet to find the need. I read this book before starting my first module and I have now written three. I would never have even contemplated the task before reading this volume. I would recommend this book to anyone who wants to get a full understanding of writing software for the web and anyone who wants a quantum leap in the performance of their web software. You will need some fair Perl skills and preferably written a few CGI scripts as this book does not cover the language skills required at all.
13 of 15 people found the following review helpful:
5.0 out of 5 stars
Great book!,
By Vlad Khokholkov (Montreal, Canada.) - See all my reviews
This review is from: Writing Apache Modules with Perl and C (Paperback)
Anybody who is interested in writing apache modules, MUST buy this book...Its very straight forward, focuses only on things that are related to writing modules in both Perl and C, and has very useful functions index, you can look up a function or a constant, the book explains all methods and gives examples on how to use tricky ones... I mostly use it for my C modules, and found very easy example of parsing ARGs of query strings, which is to my surprise not in apache lib... I am impressed.
10 of 11 people found the following review helpful:
4.0 out of 5 stars
Tarzan like book, shiny..., book marry Tarzan?,
By A Customer
This review is from: Writing Apache Modules with Perl and C (Paperback)
Itšs succinct and enlightening.It reduces days of surfing PODS (perl docs), man-pages (unix docs), and online Apache online references into a nice little kitty. But itšs not a simple typographical candying/laser-printing of your online docs--the author gives thorough treatment to important GOALS one would want to achieve with the Apache and Apache+Perl facilities--the facilities are elegant, but the sample code and explanations are definitely clear too. Even the reference section (Chapter 9-11) to Apache library are infested with snippets that improve code comprehension. I felt comfortable tackling the logic of third party Apache modules (in c) and Perl+Apache modules (in perl) after my first run through the book. The authors made sure youšll feel equally comfortable in c when tackling the Apache API, Išm really happy about this, because some sites require programming in c to maximize server availability when the number of concurrent clients are too high for normal perl or java solutions, and other situations. Since the authors worked with the core server as well as Apache API closely in the effort to bring Perl and Apache together, I can see their enthusiasm in their explanation of c side of the API--which is what they use when improving the GNU mod_perl project--this helps to make this reference far far from being another dry treatment of a programming interface. While advanced CGI writers can learn all they need about Apache modules, I found it really soft and patient with newbies too. Newbies will find reading this book helps them a lot in understanding how one administer an Apache server (from a sys-admin or programmeršs point of view) and learn what Apache is all about (if you thought the Apache Bible is good, this book helps you understand the workings of Apache even better). This book is like a brilliant TLC tele-surgery of high-performance Apache modules. Good for web-Jedišs all over the galaxy. I felt like I just camped and spent two weeks in a web-gurušs workshop.Conclusion: *sniffle* Your book rule, worth every penny.
9 of 10 people found the following review helpful:
5.0 out of 5 stars
Excellent book,
By A Customer
This review is from: Writing Apache Modules with Perl and C (Paperback)
Doug and Lincoln's book is outstanding. I had no idea Apache could do so much. The book is also wonderful simply for the perl parts of the examples. The way the code is written is illuminating for many non modperl related programming issues.
17 of 21 people found the following review helpful:
3.0 out of 5 stars
A 5,000 piece jigsaw puzzle for you to assemble yourself,
By Percy Smogg (Tulsa, OK USA) - See all my reviews
This review is from: Writing Apache Modules with Perl and C (Paperback)
A good tutorial starts out with something basic and gradually builds on it. This book starts out with three chapters of pure reference material. Granted some of this is a half-assed description of setting up Apache and compiling in mod_perl. I found the docs that come with the Apache and mod_perl source code to be far more useful (and accurate). Then you get this long list of Perl API classes, request object functions, Perl handlers, etc. All of which is wonderfully useful information ... presented at the wrong time ... we have yet to begin writing a useful module.When we do begin the writing of a module, it isn't a basic, stand-alone module, but a module to add footers to other content. So, the text digresses into a long and technical discussion of the various ways to configure Apache and associate MIME types so that this module will work with documents that we might or might not have on hand (It's just assumed that you have these laying around handy). During this discussion, we get bounced off of other Apache::xyz modules that apparently popped into the author's head in a moment of "As long as we're at it, why don't we throw this in too" inspiration. Wonderful information ... presented at the wrong time. To give an example: A logical place to start learning Oracle SQL (or any other SQL) would be with the SELECT statement. However, the authors of this book would begin with a detailed discussion of PL/SQL exception handling, a listing of most of the built-in PL/SQL exceptions, and a listing of a number of the built-in Oracle packages. (Recall we were just starting with SQL. But what the heck! PL/SQL is cool, so why not talk about it now? We're going to use it eventually anyway.) Then for your first select statement, you would write something that used a complex join, a correlated subquery, and a few built-in functions. Well, obviously, we can't just throw this extra stuff in there and not talk about it. So we go whirling off into a discussion of complex joins, correlated subqueries and any other tangents that happen to pop into our head. And when it is all said and done, we still don't know how to display the entire contents of the EMP table. This is a classic of case of making it difficult to see the forrest because of all the trees. The authors of this book have made no attempt to devise a progressive model for building knowledge. Instead, information is dumped on the reader apparently in the order it came to mind. Maybe this is a problem with having multiple authors. Perhaps the parts were written independently, then slung together. That's what it looks like. I suppose this book will get you to where you are going ... eventually. But I suspect you will spend considerable time flipping back and forth between chapters re-reading and re-re-reading sections in order to re-assemble the information in a somewhat logical pattern; hence the comparison to a 5,000 piece puzzle. For those who might be wondering: This book assumes you already know the Perl language. If you don't, the "Learning Perl" book is a good starting point (you do NOT want "Programming Perl" at this point). You will probably also want to get some knowledge of HTML and building web documents. And you will probably want to get at least a basic knowledge of custom configuring an Apache installation.
4 of 4 people found the following review helpful:
5.0 out of 5 stars
The best book which lets programmers to fully utilize Apache,
By A Customer
This review is from: Writing Apache Modules with Perl and C (Paperback)
The only authoritative book on Apache/mod_perl setting, which combines the two most powerful free software systems, Apache and Perl. Beginners and intermediate CGI programmers will be enlightened by such power at their finger tips. Folks already familiar with apache/mod_perl now can use it as *the* reference for all kinds of tricks and questions. No other better book on this topic yet.
4 of 4 people found the following review helpful:
5.0 out of 5 stars
Want to get the most out of Apache? BUY THIS BOOK!,
By A Customer
This review is from: Writing Apache Modules with Perl and C (Paperback)
This is a tech book at its best. Lincoln & Doug have done a great job with module examples to produce a book with quick answers when you're in a jam & indepth coverage when you really need to know the ins and outs of Apache Modules.... It is to Apache Modules what the Bat book is to Sendmail.
6 of 7 people found the following review helpful:
5.0 out of 5 stars
a must have for apache developers!,
By A Customer
This review is from: Writing Apache Modules with Perl and C (Paperback)
This book offers comprehensive explanations and examples for developers who wants to tap into the power of apache via perl. Although the C examples are limited, I found that the combination of perl and apache is almost as powerful as C. A great reference as well once you understood how to do everything.
3 of 3 people found the following review helpful:
5.0 out of 5 stars
A must have!,
By A Customer
This review is from: Writing Apache Modules with Perl and C (Paperback)
If you do, or want to write Apache Modules using C or Perl, this book is a must have. Does a great job of explaining the how's and why's of Apache modules. Every beginner and expert alike should have a copy of this book.
|
|
Most Helpful First | Newest First
|
|
Writing Apache Modules with Perl and C by Lincoln D. Stein (Paperback - Mar. 1999)
$44.99
In Stock | ||