spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / programming / perl / mysqlperl / chap3
Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

Improving Performance with mod_perl

MySQL and Perl for the Web

[Editor's note: the following series of excerpts is taken from Chapter 3 of the New Riders publication, MySQL and Perl for the Web.]

The primary goal in Chapter 2, "Getting Connected--Putting Your Database on the Web," was to take care of the basic aspects of getting your MySQL server to work with Apache. The important thing there was just to get data in and out of your databases over the Web, without any particular regard for performance. In this chapter, we'll consider a simple method for improving performance that can help you throughout the rest of this book: use the Apache mod_perl module. In other words, the chapter isn't so much about how to write scripts as about how to make them run faster. I'll describe what mod_perl is and how it changes the way Apache handles scripts to make them execute more quickly. Then we'll see what configuration changes are necessary for using mod_perl and discuss some guidelines for making sure your scripts run properly.

For more information about mod_perl, see Appendix B, "References and Further Reading." You'll probably want to consult the mod_perl Guide as a general reference. Several other mod_perl documents make informative reading, too.

Chapter 3 sections:

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint


Created: June 26, 2001
Revised: June 13, 2001


URL: http://webreference.com/programming/perl/mysqlperl/chap3