[MP2] Seg Fault in Registry script "print" using output filter handler

2006-11-15 Thread Ed . Eddington
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,

Re: [OT] noatime

2006-11-15 Thread Frank Wiles
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

Re: [OT] noatime

2006-11-15 Thread Philip M. Gollucci
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

add more serverAlias to vhost conf

2006-11-15 Thread Tue Topholm
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

Re: [mp2] PAR in production?

2006-11-15 Thread Issac Goldstand
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

Re: [OT] noatime

2006-11-15 Thread Frank Wiles
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

Re: [mp2] PAR in production?

2006-11-15 Thread Frank Wiles
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

Re: [OT] noatime

2006-11-15 Thread Kevin A. McGrail
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

Re: Basic Mod_Perl 1 and Apache 1.3 Issue: Unable to get the requested page.

2006-11-15 Thread Perrin Harkins
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

[OT] noatime

2006-11-15 Thread Perrin Harkins
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

Setting MaxClients based on SizeLimit

2006-11-15 Thread Kjetil Kjernsmo
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

Re: [mp2] PAR in production?

2006-11-15 Thread Issac Goldstand
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