Re: [mp2] PAR in production?

2006-11-06 Thread Foo JH
I've tried using Apache::PAR, but I think it needs some work to get it working on MP2 or MP2.2. There is a lazy way to go about it: 1. In your httpd.conf insert: PerlRequire startup.pl 2. In your startup.pl load your PAR files. Hope this helps. Ali ISIK wrote: Hi there, folks -- is the use of

Problem building mod_perl 2.0.2 on Linux with gcc 4.1.1

2006-11-06 Thread Tom Williams
Hi! I'm building mod_perl 2.0.2 on a Fedora Core 5 Linux system using gcc 4.1.1. I've got Apache 2.2.3 built from source up and running and a multi-threaded Perl 5.8.8 was part of the Fedora Core 5 installation. When I follow the "simple" build instructions for mod_perl, I get this compile e

Hiring

2006-11-06 Thread Jordan McLain
Hello, My company is currently looking to hire a mod_perl developer in the Dallas area. If anyone is interested, drop me a line. Thanks, Jordan

Re: Problem with PerlCleanupHandler

2006-11-06 Thread Perrin Harkins
On Thu, 2006-11-02 at 16:44 -0600, Steve Johnson wrote: > In testing this out, it works pefectly when testing with curl using a > simple GET. It sends me a response almost immediately, but if i watch > the logs, it processes the cleanuphandler method like it should, after > i already received the

Re: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-06 Thread Todd White
On Mon, 6 Nov 2006, Philip M. Gollucci wrote: > Todd White wrote: > > Thanks much! However, for it to work, I still need to use > > 'Apache2::compat'. > Please explain -- Perrin is correct, you should not need this with > Apache::AuthDBI 1.05+ My most sincere apologies -- it seems now I must rec

Re: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-06 Thread Philip M. Gollucci
Todd White wrote: Thanks much! However, for it to work, I still need to use 'Apache2::compat'. Please explain -- Perrin is correct, you should not need this with Apache::AuthDBI 1.05+ In this transition to mp2, it's occuring to me that while mod_perl 2 does seem superior to mod_perl 1, it s

Re: make fails compiling mp2+httpd 2.2.3

2006-11-06 Thread Philip M. Gollucci
Morad IGMIR wrote: I've been having problems compiling mod_perl for several hours now, I'm compiling it using gcc 3.3.4 and libc-2.3.5 on a 2.4.31 linux kernel ( distro : slackware 10.2 ) I dont understand, since this has been flawlessly working so far for the last few months. /opt/httpd-2.2.3

Re: (32) broken pipe

2006-11-06 Thread Perrin Harkins
On Fri, 2006-11-03 at 13:12 -0800, Dave Viner wrote: > what does this error indicate? does this mean that a user has > clicked the stop button while the page is loading? It can mean that, or that your network is behaving in a flaky way, or if you have mod_ssl on it can mean that you're dealing

RE: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-06 Thread Todd White
On Mon, 6 Nov 2006, Perrin Harkins wrote: > > > In this transition to mp2, it's occuring to me that while mod_perl 2 does > > seem superior to mod_perl 1, it seems the documentation is NOT. > > This sounds to me like a bug, not a documentation problem. The documentation comment was entirely more

Re: [mp2] PAR in production?

2006-11-06 Thread Frank Wiles
On Mon, 6 Nov 2006 17:01:28 +0200 "Ali ISIK" <[EMAIL PROTECTED]> wrote: > Hi there, folks -- is the use of PAR with mp2 > recommended in production? We are considering > distribution options for an mp2 application, including > vmware and rPath, which can be rather expensive, > depending on your t

RE: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-06 Thread Perrin Harkins
On Mon, 2006-11-06 at 11:44 -0500, Todd White wrote: > Thanks much! However, for it to work, I still need to use > 'Apache2::compat'. You should not need Apache2::compat. You should only need Apache2::Access, and Apache::AuthDBI should load it for you. If it doesn't, that's a bug in Apache::Aut

Re: Loading at startup to use shared memory

2006-11-06 Thread Jonathan Vanasco
i've found the reports of shared/unshared memory to be completely useless the only way i've been able to bench memory usage is to run TOP in a terminal, and then kill/start apaches with new min_children settings, to find out the cost of the base memory , + each child. then make 100-500

Re: Loading at startup to use shared memory

2006-11-06 Thread Torsten Foertsch
On Monday 06 November 2006 17:48, Kjetil Kjernsmo wrote: > I'm working on improving the scalability and performance of our app. It > is rather bad, and I noticed that not many minutes after restart, the > amount of shared memory is down to 10% of the total memory (and I'm at > least at 1/3 on my ho

Loading at startup to use shared memory

2006-11-06 Thread Kjetil Kjernsmo
Hi all! I'm working on improving the scalability and performance of our app. It is rather bad, and I noticed that not many minutes after restart, the amount of shared memory is down to 10% of the total memory (and I'm at least at 1/3 on my home Axkit::App::TABOO), and besides, it is bad from t

RE: AuthDBI & Apache 2.2 & mod_perl 2

2006-11-06 Thread Todd White
Thanks much! However, for it to work, I still need to use 'Apache2::compat'. In this transition to mp2, it's occuring to me that while mod_perl 2 does seem superior to mod_perl 1, it seems the documentation is NOT. Frustrating. :-/ --Todd White On Sun, 5 Nov 2006, Adam Prime x443 wrote: > >

make fails compiling mp2+httpd 2.2.3

2006-11-06 Thread Morad IGMIR
I've been having problems compiling mod_perl for several hours now, I'm compiling it using gcc 3.3.4 and libc-2.3.5 on a 2.4.31 linux kernel ( distro : slackware 10.2 ) I dont understand, since this has been flawlessly working so far for the last few months. Any clue would be welcome. Than

[mp2] PAR in production?

2006-11-06 Thread Ali ISIK
Hi there, folks -- is the use of PAR with mp2 recommended in production? We are considering distribution options for an mp2 application, including vmware and rPath, which can be rather expensive, depending on your targeted market segment. Is there any consensus on this issue, any "standard" reco