I'm getting seg faults within "print" of ModPerl::Registry script while
using an output filter handler. The output filter is run during the
script's "print" statement when the printed string is > ~8kb. Debugging
shows the seg fault occurs AFTER the output filter handler has completed
successfully,
On Wed, 15 Nov 2006 12:35:38 -0800
"Philip M. Gollucci" <[EMAIL PROTECTED]> wrote:
> Perrin Harkins wrote:
> > Most of the apache tuning guides, as well as the MySQL docs,
> > recommend turning off atime on your filesystem (setting noatime).
> > Are other people doing this? Do you know if it has
Perrin Harkins wrote:
Most of the apache tuning guides, as well as the MySQL docs, recommend
turning off atime on your filesystem (setting noatime). Are other
people doing this? Do you know if it has helped with performance? Have
you found any problems with it?
I don't do it with /www file
Hi Group
I have this script
use DBI;
my ($sth, $dbh, $domain, $domainID, $created, $sql, $sqlsa);
$dbh = DBI->connect("DBI::localhost","","");
$sth = $dbh->prepare("SELECT domainID, domain, created FROM domain ORDER BY
domainID ASC");
$sth->execute();
while (($domainID, $dom
Not Sophos. ActivePerl.
ActivePerl costs $0.00 to download and use, but AFAIK it's not "free
software", thus the question :-)
Issac
Frank Wiles wrote:
> On Wed, 15 Nov 2006 12:34:50 +0200
> Issac Goldstand <[EMAIL PROTECTED]> wrote:
>
>> Cool!
>>
>> But, what license does it have?
>
>So
On Wed, 15 Nov 2006 10:55:00 -0500
Perrin Harkins <[EMAIL PROTECTED]> wrote:
> Most of the apache tuning guides, as well as the MySQL docs,
> recommend turning off atime on your filesystem (setting noatime).
> Are other people doing this? Do you know if it has helped with
> performance? Have you
On Wed, 15 Nov 2006 12:34:50 +0200
Issac Goldstand <[EMAIL PROTECTED]> wrote:
> Cool!
>
> But, what license does it have?
Sophos is a commercial product.
-
Frank Wiles <[EMAIL PROTECTED]>
http://www.wiles.org
-
>
> F
It absolutely helps performance. Atime is access time. Otherwise basically
everytime a file is accessed, the atime is updated. This causes a lot of
little writes to the hard drive constantly.
I have recently begun turning it off on our servers in the past 2 years
because in 10 years, I've n
Sumit Shah wrote:
Thanks Perrin. I was able to figure out the problem. It had to do with
running Apache as a service versus standalone. If I run it as a service
the code works as is and returns the requested page. But if I run it as
a service on Win2K it does not return the page.
Well, I'm conf
Most of the apache tuning guides, as well as the MySQL docs, recommend
turning off atime on your filesystem (setting noatime). Are other
people doing this? Do you know if it has helped with performance? Have
you found any problems with it?
- Perrin
Dahut!
So, I figured that MaxClients doesn't need to be taken out of thin air,
as it can be computed in a PerlSection once you've set a couple of
Apache2::SizeLimit constants. Which isn't taken out of quite as thin
air themselves. That's beautiful.
But I didn't quite understand from the docs h
Cool!
But, what license does it have?
Foo JH wrote:
Are you guys referring to this tool ActiveState released for
relocating Perl:
http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/site/lib/ActiveState/RelocateTree.html
Frank Wiles wrote:
On Mon, 13 Nov 2006 10:24:21 +0200
Issac Goldsta
12 matches
Mail list logo