|
|
 |
|
|
|
Apache::VMonitor -- The Visual System and Apache Server Monitor
|
|
Date Published: 2002-08-26
It's important to be able to monitor your production system's
health. You want to monitor the memory and file system utilization,
the system load, how much memory the processes use. Whether you aren't
running out of swap space and more. All these tasks are feasible when
one has an interactive (telnet/ssh/other) access to the box the web
server is running on, but it's quite a mess since different Unix tools
report about different parts of the system. Which means that you
cannot watch the whole system at the same time and it requires lots of
typing since one has to switch from one utility to another, unless
many connections are open and then each terminal is dedicated to
report about something specific.
But if you are running mod_perl enabled Apache server, you are in a
good company, since it allows you to run a special module called
Apache::VMonitor which provides most of the desired reports at
once.
Click here to read more...
|
| (Added: Mon Aug 26 2002 Hits: 64 Rating: 0.00 Votes: 0)
|
|
|
|
Finding a mod_perl provider or becoming one
|
|
Date Published: 2002-08-26
In this article we will talk about the nuances of providing mod_perl
services and present a few ISPs that successfully do that.
-
You installed mod_perl on your box at home, and you fell in love with
it. So now you want to convert your CGI scripts (which currently are
running on your favorite ISPs machine) to run under mod_perl. Then
you discover that your ISP has never heard of mod_perl, or he refuses
to install it for you.
-
You are an old sailor in the ISP business, you have seen it all, you
know how many ISPs are out there and you know that the sales margins
are too low to keep you happy. You are looking for some new service
almost no one else provides, to attract more clients to become your
users and hopefully to have a bigger slice of the action than your
competitors.
So if you are planning to become an ISP that provides mod_perl
services or are just looking for such a provider this article is for
you.
Click here to read more...
|
| (Added: Mon Aug 26 2002 Hits: 57 Rating: 0.00 Votes: 0)
|
|
|
|
Getting Started with mod_perl in 30 minutes
|
|
Date Published: 2002-08-26
In the previous article, I've shown quite amazing web performance
reports from companies that have deployed mod_perl heavily. You might
be surprised but you can quite easily get similarly amazing results if
you move your service to mod_perl as well. In fact, getting started
with mod_perl shouldn't take you more than 30 minutes, the time it
takes to compile and configure the server on a decent machine and get
it running.
In this article I'll show step by step installation and configuration
scenarios, and chances are you will be able to run the basic
statically compiled mod_perl setup without reading any other
documents. Of course you will want and need to read the documentation
later, but I think you will agree with me that it's ultimately cool to
be able to get your feet wet without knowing much about the new
technology up-front.
The mod_perl installation was tested on many mainstream Unix
platforms, so unless you have some very non-standard system you
shouldn't have any problems when building the basic mod_perl server.
If you are a Windows user, the easiest way is to use the binary
package available from http://perl.apache.org/distributions.html. From
the same location you can download the Linux RPM version and CVS
snapshots. However I recommend to always build the mod_perl from
source, and as you will see in a moment, it's an easy thing to do.
Click here to read more...
|
| (Added: Mon Aug 26 2002 Hits: 46 Rating: 0.00 Votes: 0)
|
|
|
|
Improving mod_perl Driven Site's Performance - Part 4: Forking & Executing Subprocesses from mod_per
|
|
Date Published: 2002-08-26
It's desirable to avoid forking under mod_perl. Since when you do, you are forking the entire Apache server, lock, stock and barrel. Not only is your Perl code and Perl interpreter being duplicated, but so is mod_ssl, mod_rewrite, mod_log, mod_proxy, mod_speling (it's not a typo!) or whatever modules you have used in your server, all the core routines, etc.
Click here to read more...
|
| (Added: Mon Aug 26 2002 Hits: 56 Rating: 0.00 Votes: 0)
|
|
|
|
|
Pages: 1 2 [>>] |
| |
|
|