Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-23 Thread Joe Orton
On Wed, Sep 22, 2004 at 10:17:34PM -0400, Stas Bekman wrote: > Joe, as 2.0.52 is about to be released. Can that fix for NetBSD applied to > the 0.9 trunch (and head) if it does the trick? Thanks. It's been in both branches for a while so hopefully it will get picked up, yep. joe -- Report prob

Re: Variables in memory.

2004-09-23 Thread Tom Schindl
[EMAIL PROTECTED] wrote: Greetings, The problem is that the script takes more than 3 or 4 seconds to execute sometimes. So we have a script that takes 3-4 seconds to execute, each varaiable is defined with my $var. and when the script ends it resets the value of the variables using undef. If multip

Re: Variables in memory.

2004-09-23 Thread Tom Schindl
Tom Schindl wrote: [EMAIL PROTECTED] wrote: Greetings, The problem is that the script takes more than 3 or 4 seconds to execute sometimes. So we have a script that takes 3-4 seconds to execute, each varaiable is defined with my $var. and when the script ends it resets the value of the variables usi

[mp2] Test 3 (sha) fails in both apr-ext/util.t and apr/util.t

2004-09-23 Thread scotts . mls
This isn't a show-stopper for me, but I thought I'd post it in case it is a real problem. I'll be happy to do whatever testing is necessary... I'm running a fully updated Fedora Core 2, but I've compiled Perl, Apache, and mod_perl myself. Thanks! - Scott -8<-- Start Bug Rep

The "cannot find -lapr-0" and ""undefined symbol: apr_bucket_setaside_notimpl" problems again

2004-09-23 Thread Jon Forrest
-8<-- Start Bug Report 8<-- 1. Problem Description: I'm also suffering from the common /usr/bin/ld: cannot find -lapr-0 problem. Copying /usr/local/apache2/lib/libapr-0.a to /usr/lib make the link problem go away but I still see many "undefine

brand new staticised mod_perl 1.99.16 / apache 2.0.51 segfaults.

2004-09-23 Thread Matthew Hodgson
-8<-- Start Bug Report 8<-- 1. Problem Description: On a plain boring box running debian stable, the simplest build of apache 2.0.51 with a static linked mod_perl 1.99.16 segfaults immediately on start. I've been running round in circles on this all eve

Re: brand new staticised mod_perl 1.99.16 / apache 2.0.51 segfaults.

2004-09-23 Thread Stas Bekman
Matthew Hodgson wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: On a plain boring box running debian stable, the simplest build of apache 2.0.51 with a static linked mod_perl 1.99.16 segfaults immediately on start. I've been running round in c

Re: The "cannot find -lapr-0" and ""undefined symbol: apr_bucket_setaside_notimpl" problems again

2004-09-23 Thread Stas Bekman
Jon Forrest wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: I'm also suffering from the common /usr/bin/ld: cannot find -lapr-0 problem. Copying /usr/local/apache2/lib/libapr-0.a to /usr/lib make the link problem go away but I still see m

Re: [mp2] Test 3 (sha) fails in both apr-ext/util.t and apr/util.t

2004-09-23 Thread Stas Bekman
[EMAIL PROTECTED] wrote: This isn't a show-stopper for me, but I thought I'd post it in case it is a real problem. I'll be happy to do whatever testing is necessary... I'm running a fully updated Fedora Core 2, but I've compiled Perl, Apache, and mod_perl myself. Thanks! - Scott -8<---

Re: brand new staticised mod_perl 1.99.16 / apache 2.0.51 segfaults.

2004-09-23 Thread Matthew Hodgson
Stas Bekman wrote: Matthew, please try the current cvs, Philippe has been working hard on improving the static build since _16 was released. http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution -8<-- Start Bug Report 8<--

Re: brand new staticised mod_perl 1.99.16 / apache 2.0.51 segfaults.

2004-09-23 Thread Stas Bekman
Matthew Hodgson wrote: Stas Bekman wrote: Matthew, please try the current cvs, Philippe has been working hard on improving the static build since _16 was released. http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution -8<-- Start Bug Report

Re: brand new staticised mod_perl 1.99.16 / apache 2.0.51 segfaults.

2004-09-23 Thread Matthew Hodgson
Stas Bekman wrote: Matthew, please try the current cvs, Philippe has been working hard on improving the static build since _16 was released. http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution Okay, my previous build using latest mod_perl cvs was slightly scre

Threaded MPM and performance (was: Re: Variables in memory.)

2004-09-23 Thread Larry Leszczynski
Hi all - > You use interpreter pool size control directives: > http://perl.apache.org/docs/2.0/user/config/config.html#Threads_Mode_Specific_Directives > > > You don't need to prevent anything. It's just that if your server uses > very little modperl and mostly doing static requests, you can have

Re: Threaded MPM and performance (was: Re: Variables in memory.)

2004-09-23 Thread Joe Schaefer
Larry Leszczynski <[EMAIL PROTECTED]> writes: [...] > The above link mentions the memory benefits of having few perl intepreters > among many threads e.g. if you have a mix of static and dynamic content. > But it made me wonder what is the effect regarding the "spoonfeeding slow > clients" scenar

Re: Threaded MPM and performance

2004-09-23 Thread Stas Bekman
Larry Leszczynski wrote: Hi all - You use interpreter pool size control directives: http://perl.apache.org/docs/2.0/user/config/config.html#Threads_Mode_Specific_Directives You don't need to prevent anything. It's just that if your server uses very little modperl and mostly doing static requests,

Re: Threaded MPM and performance

2004-09-23 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: [...] > It depends on many things. For example it's possible to have a simple filter > written in C, which will accept all the data from the response handler > and then spoonfeed the client, just like the proxy does. Stas, related question: I was looking o

Re: Threaded MPM and performance

2004-09-23 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman <[EMAIL PROTECTED]> writes: [...] It depends on many things. For example it's possible to have a simple filter written in C, which will accept all the data from the response handler and then spoonfeed the client, just like the proxy does. Stas, related question: I

Re: problem running suid scripts...

2004-09-23 Thread Simon Dassow
Clayton Cottingham wrote: Its true, but on a secured intranet it shouldn't be so bad For me there's no ``shouldn't be so bad''. I only stick with something that is known as good (secure), nothing else. But that's _my_ oppinion about security (and no customer/user complained yet). When the PHB {p