Well, with little knowledge I have about mod_perl
if sys admin tells you that mod_perl slows down
the system, before making changes to the program
you should have at least the following:
a) Memory utilization numbers (sorted by a process)
b) CPU utilization numbers (sorted by a process)
c) Wheth
Yes, you are right.
I should have just said
'saves memory' -- most developers
realize the implications of improved
memory utilization.
Vladislav.
On 17-Jun-2000 G.W. Haywood wrote:
> Hi there,
>
> On Sat, 17 Jun 2000 [EMAIL PROTECTED] wrote:
>
>> Saved memory means less swaping,
>
> You don't
Hi,
There was a discussion on this list about
1.5 weeks ago on how to optimize mod_perl
execution when using the database. Stas
Bekman basically has done some tests to
show that the driver needs to be initialized
in startup.pl file.
There were also a discussion about the fact
that as far as usi