RE: mod_perl performance question

2004-04-13 Thread Pascal Felber
Perrin Harkins wrote: On Thu, 2004-04-08 at 11:48, Pascal Felber wrote: The server is a [EMAIL PROTECTED] 512MB, running linux 2.4.18-3, Apache 2.0.48, and mod_perl 1.99_08. That came out more than a year ago. You should be running the latest (1.99_13 at the moment) if you're going to

Specifying custom man/ and lib/ for libapreq install

2004-04-13 Thread Alexander.Farber
Hi, I am trying to install Apache::Request version 1.3: boccm01:libapreq-1.3 {657} /appl/continuus/ccm-5.1-SunOS/gscm/bin/httpd -v Server version: Apache/1.3.27 (Unix) boccm01:libapreq-1.3 {658} uname -a SunOS boccm01 5.8 Generic_108528-23 sun4u sparc

RE: mod_perl performance question

2004-04-13 Thread Perrin Harkins
On Tue, 2004-04-13 at 04:17, Pascal Felber wrote: It is mostly the default apache 2.0.48 configuration. I am using prefork MPM, with the following parameters: StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 You

Re: Specifying custom man/ and lib/ for libapreq install

2004-04-13 Thread Perrin Harkins
On Tue, 2004-04-13 at 05:29, [EMAIL PROTECTED] wrote: env PERL5LIB=/appl/continuus/ccm-5.1-SunOS/gscm/lib \ /nokia/apps/tww/@sys/perl580/bin/perl Makefile.PL \ PREFIX=/appl/continuus/ccm-5.1-SunOS/gscm does place the .pod files into correct dir, but the lib

Re: Mod_perl 2 references

2004-04-13 Thread Stas Bekman
[Aravind, please always post mod_perl questions to the modperl list. Thanks.] Aravind Elango wrote: Hello Stason, I have programmed in perl, but new to mod_perl. Am trying to write an apache module using mod_perl2. I cannot find any beginners level tutorial for mod_perl 2? Is the only way to

MP2 Underrun Filter (No EOS it seems!)

2004-04-13 Thread Greg Balmer
Hi All, I'm writing a connection filter handler and have started with the example underrun filterfrom the mp2 doc's. I basically want to read all the data from the bucket brigades until I receive the EOS and then process an entire request (POST'ed XML Data in my case). The Problem is

Re: MP2 Underrun Filter (No EOS it seems!)

2004-04-13 Thread Stas Bekman
Greg Balmer wrote: Hi All, I'm writing a connection filter handler and have started with the example underrun filter from the mp2 doc's. I basically want to read all the data from the bucket brigades until I receive the EOS and then process an entire request (POST'ed XML Data in my case). The

Server fails to warm up during make test

2004-04-13 Thread Fred Moyer
Make test and 't/TEST -start' is timing out for me on Darwin 7.3.0, mp1_99_13, Perl 5.8.3, Apache 2.0.49. I've dug around on the list and the site but maybe I've missed something simple here. Advice on the next step in determining the problem or even the solution is much appreciated.

[mp2] [solved] Re: Server fails to warm up during make test

2004-04-13 Thread Fred Moyer
On Apr 13, 2004, at 12:40 PM, Fred Moyer wrote: Make test and 't/TEST -start' is timing out for me on Darwin 7.3.0, mp1_99_13, Perl 5.8.3, Apache 2.0.49. I've dug around on the list and the site but maybe I've missed something simple here. Advice on the next step in determining the problem

[ANNOUNCE] MasonX::Apache2Handler-0.05

2004-04-13 Thread beau
I am happy to announce the the following module for running Mason under Apache 2 / mod_perl 2 with the native Apache 2 request handler (libapreq2). MasonX::Apache2Handler-0.05 This modules are currently on my site at: http://beaucox.com/mason and will be submitted to CPAN shortly. Version

[ANNOUNCE] MasonX::Apache2Handler-0.05

2004-04-13 Thread beau
The following module for running Mason under Apache 2 / mod_perl 2 with the native Apache 2 request handler (libapreq2), has entered CPAN: MasonX::Apache2Handler-0.05 It should be at your favorite CPAN mirror in a day or so; if you can't wait, please pick it up at my site. Please refer to the

[mp2?] silent exit on undefined subroutine

2004-04-13 Thread MJH
Whilst trying to debug a script running under mp2/Apache::Registry I was getting failures where the script would just exit in the middle with no warnings, error messages or other indication to say what might have happened. I narrowed it down to a call to a subroutine that wasn't in local scope

Re: [mp2?] silent exit on undefined subroutine

2004-04-13 Thread Frank Wiles
On Tue, 13 Apr 2004 17:53:49 -0400 MJH [EMAIL PROTECTED] wrote: Whilst trying to debug a script running under mp2/Apache::Registry I was getting failures where the script would just exit in the middle with no warnings, error messages or other indication to say what might have happened. I

Re: [mp2?] silent exit on undefined subroutine

2004-04-13 Thread MJH
On Tuesday 13 April 2004 5:53 pm, MJH wrote: turned up anything)? Other than stripping everything down to make a minimalist test case (which is what I'm working on at the moment), is there anything else I can do to try and track what's happening? The results of which give me the following

Semi-newbie question.

2004-04-13 Thread Dodger
Hi, all. I'm sort of a mod-perl newbie. That is to say, I've used mod-perl plenty of times just as a way of speeding up CGIs using Apache::Registry, but I haven't hacked into the server with it yet. At this point, however, I'm diving in. What I want to do is to set things up so that any .mp or

Re: Semi-newbie question.

2004-04-13 Thread Geoffrey Young
Perl*Handlers are probably it somehow, except the documentation at http://perl.apache.org/docs/1.0/guide/config.html#Perl_Handlers doesn't actually seem to bother saying WHAT all those Perl*Handlers are for (and if someone out there thinks that the names make them self-explanatory -- well

Re: [mp2?] silent exit on undefined subroutine

2004-04-13 Thread Stas Bekman
MJH wrote: On Tuesday 13 April 2004 5:53 pm, MJH wrote: turned up anything)? Other than stripping everything down to make a minimalist test case (which is what I'm working on at the moment), is there anything else I can do to try and track what's happening? The results of which give me the

Re: [mp2?] silent exit on undefined subroutine

2004-04-13 Thread MJH
On Tuesday 13 April 2004 8:22 pm, Stas Bekman wrote: Are you sure you pasted the code that you were testing? Oops, sorry. No, I trimmed it a little and forgot to sync everything (I was editing the email and testing as I narrowed down the problem). First, please submit a proper bug report:

Re: Semi-newbie question.

2004-04-13 Thread Geoffrey Young
for the record, it's best to keep this stuff on-list, that way everyone can benefit :) doesn't work under mod_cgi, hmm, are you sure? that's not right. My bad-- that was wiout the PassEnv set. WIth PassEnv it does go through. :) and works under mod_php ONLY after a .mp script has been

cvs commit: modperl-2.0/lib/ModPerl CScan.pm

2004-04-13 Thread stas
stas2004/04/13 20:35:39 Added: lib/ModPerl CScan.pm Log: more fixes to Doug's fork of C::Scan is now part of the modperl, so people don't have to figure out where to get the fix of the fix version Revision ChangesPath 1.1

cvs commit: modperl-2.0/lib/Apache ParseSource.pm

2004-04-13 Thread stas
stas2004/04/13 20:39:31 Modified:lib/Apache ParseSource.pm Log: - tweaks to make the source scanner happy - now using a local fork of C::Scan (ModPerl::CScan) Revision ChangesPath 1.49 +26 -10modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/xs/maps apache_structures.map modperl_functions.map

2004-04-13 Thread stas
stas2004/04/13 20:41:39 Modified:xs/Apache/CmdParms Apache__CmdParms.h xs/Apache/Directive Apache__Directive.h xs/Apache/RequestIO Apache__RequestIO.h xs/maps apache_structures.map modperl_functions.map Log: tweaks to make the source

cvs commit: modperl-2.0/xs/maps apache_structures.map

2004-04-13 Thread stas
stas2004/04/13 20:50:02 Modified:xs/maps apache_structures.map Log: alignment fix Revision ChangesPath 1.23 +1 -1 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.map