or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
22 used & new from £12.00

Have one to sell? Sell yours here
 
   
Practical mod_perl
 
 

Practical mod_perl (Paperback)

by Stas Bekman (Author), Eric Cholet (Author)
5.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £38.50
Price: £32.73 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.77 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by Friday, November 13? Choose Express delivery at checkout. See Details
14 new from £23.24 7 used from £22.27 1 collectible from £12.00

Frequently Bought Together

Practical mod_perl + Embedding Perl in HTML with Mason + Perl Template Toolkit
Price For All Three: £82.01

Show availability and delivery details


Customers Who Bought This Item Also Bought

Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

by Dave Rolsky
3.0 out of 5 stars (2)  £22.94
Perl Template Toolkit

Perl Template Toolkit

by Darren Chamberlain
5.0 out of 5 stars (1)  £26.34
Perl Best Practices

Perl Best Practices

by Damian Conway
5.0 out of 5 stars (4)  £19.07
Learning MySQL

Learning MySQL

by Seyed Tahaghoghi
4.0 out of 5 stars (3)  £21.31
Apache Cookbook: Solutions and Examples for Apache Administration (Cookbooks (O'Reilly))

Apache Cookbook: Solutions and Examples for Apache Administration (Cookbooks (O'Reilly))

by Rich Bowen
£15.56
Explore similar items

Product details

  • Paperback: 924 pages
  • Publisher: O'Reilly Media, Inc.; illustrated edition edition (23 May 2003)
  • Language English
  • ISBN-10: 0596002270
  • ISBN-13: 978-0596002275
  • Product Dimensions: 23 x 17.8 x 5 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon.co.uk Sales Rank: 392,717 in Books (See Bestsellers in Books)

    Popular in this category:

    #51 in  Books > Computing & Internet > Programming > Languages > Perl
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Mod_python opens new browser window
www.Ask.com  -  Find the Best Results for Mod_python. Ask us! 
  
 

Product Description

Product Description

Mod_perl embeds the programming language Perl in the Apache Web server, giving rise to a fast and powerful Web programming environment. New mod_perl users will learn how to quickly and easily get mod_perl compiled and installed. But the primary purpose of this book is to show you how to take full advantage of mod_perl: how to make a mod_perl-enabled Web site as fast, flexible, and easily-maintainable as possible. The authors draw from their own personal experience in the field, as well as the combined experience of the mod_perl community, to present a rich and complete picture of how to set up and maintain a successful mod_perl site. The book also covers the "next generation" of mod_perl: mod_perl 2.0, the threaded, completely rewritten version of mod_perl designed for integration with Apache 2.0. It covers the following topics: configuring mod_perl optimally for your Web site; porting and optimizing programs for a mod_perl environment; performance tuning: getting the very fastest performance from your site; controlling and monitoring the server to circumvent crashes and clogs; integrating with databases efficiently and painlessly; debugging tips and tricks; and maximizing security. Written for Perl Web developers and web administrators, this is a guide to the nuts and bolts of the powerful and popular combination of Apache and mod_perl. From writing and debugging scripts to keeping your server running without failures, the techniques in this book should help you squeeze every ounce of power out of your server.


About the Author

Stas Bekman is the author of The mod_perl Guide, the Open Source document that is the basis for this book. Stas is a member of the Apache Software Foundation and is a multiple speaker at the O'Reilly Open Source Conference. Stas is also a regular author for Perl.com.

Eric Cholet is a member of the Apache Software Foundation and the Paris Perl Mongers. He is technical director of Logilune, a Paris-based company that he co-founded in 1987, and a speaker at the O'Reilly Open Source Conference.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
perl
computers

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Practical mod_perl
72% buy the item featured on this page:
Practical mod_perl 5.0 out of 5 stars (2)
£32.73
Intermediate Perl
14% buy
Intermediate Perl 4.3 out of 5 stars (3)
£17.29
Perl Template Toolkit
6% buy
Perl Template Toolkit 5.0 out of 5 stars (1)
£26.34
Mod_perl 2 User's Guide
5% buy
Mod_perl 2 User's Guide
£23.70

 

Customer Reviews

2 Reviews
5 star:
 (2)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
3 of 3 people found the following review helpful:
5.0 out of 5 stars Definitive guide to mod_perl adminstration, 16 Mar 2004
By David Cross "davorg" (London, UK) - See all my reviews
(REAL NAME)   
At almost 900 pages, this is certainly the biggest book on mod_perl that has been published so far. In my opinion it's also one of the most useful.

Stas Bekman and Eric Cholet are two of the best-known and (probably more importantly) most respected names in the mod_perl community so you can be sure the the information you get in this book is going to be top quality.

Part 1 of the book is about mod_perl administration. It starts with an overview of what mod_perl is and how it relates to CGI and the Apache web server before going into a chapter which gives a quickstart guide to installing and using mod_perl on some of the most common platforms. Chapter three then goes back over the installation process in far more detail. Chapter four explains how to configure mod_perl in various ways and chapter five cover monitoring, upgrading and maintaining your mod_perl enabled web server. Chapter 6 is full of advice about how to write Perl code that takes advantage of mod_perl's features.

Part 2 is all about mod_perl performance and contains chapters about benchmarking and tuning your server. I found chapter twelve to be particularly useful as it discusses a number of useful strategies for splitting server load between a mod_perl server for dynmaic content and a "plain" (non-mod_perl) server for static content. Other chapters in this section cover other strategies for improving performance by tuning Apache's configuration, changing your Apache and mod_perl build options and being cleverer about the HTTP headers that you return.

Most dynamic web sites have a database involved somewhere so part 3 covers using databases with mod_perl. Part 4 is all about debugging and troubleshooting your mod_perl server. Finally, part 5 looks at what has changed with the release of the forthcoming mod_perl 2.0.

And this isn't just theoretical stuff. The two authors have been involved in developing mod_perl for a long time but they are also mod_perl users. You can just tell from the way they write that the problems they discuss are problems they have dealt with. This is the voice (or, rather, voices) of experience.

A lot of the text in the book is based on the mode_perl guide which has been available on the web for some time, but all of the content has been revisited, updated and expanded. This book is not really in competition with books like The mod_perl Developers Cookbook or the older Writing Apache Modules with Perl and C as those books largely concentrate on how to write code for mod_perl whereas the emphasis in this book is on configuring and administering a mod_perl server.

And if you are the administrator of a mod_perl server then you should really consider adding this book to your library.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars Ridiculously comprehensive, 30 Sep 2003
By Mr. A. Edwards (London) - See all my reviews
(REAL NAME)   
I bought this book to better understand mod_perl. I didn't expect such a thick tome to be the result - 924 pages. However, I've read every page.

The book covers many areas of mod_perl with thoroughness I didn't expect. What also surprised me was the amount of experience & advice about general web-serving issues & setup options. I've certainly learned more about this area, and its helped clarify some of my thinking especially about performance & security.

Some areas I was surprised were included, such as using DBM's, which (though interesting) seemed of minimal relevance to a mod_perl book. Same goes for discussions about Inline & XS. Also, you get the impression that the book was written as a number of separate essays, which results in some overlap and repitition - not necessarily a bad thing.

It was also nice to see a good overview of Apache 2 and mod_perl 2.

One thing I was looking forward to was a discussion on sharing memory & dynamic variables between Apache child processes, but unfortunately this was one of the few areas glossed over in the book.

In short, this book could easily have been presented as 2 or 3 smaller ones, so a bargain to any mod_perl user out there, or indeed any apache web-server administrator who wants some experienced advice on configuration for users.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.