Re: [mp2] increase winnt threadsperchild?

2003-02-19 Thread Stas Bekman
Randy Kobes wrote: On Thu, 20 Feb 2003, Stas Bekman wrote: Randy Kobes wrote: In running the tests on Win32, lately I've been getting a timeout in starting the server when doing 'nmake test'. Changing ThreadsPerChild as in = Index: Apac

Re: [mp2] increase winnt threadsperchild?

2003-02-19 Thread Randy Kobes
On Thu, 20 Feb 2003, Stas Bekman wrote: > Randy Kobes wrote: > > In running the tests on Win32, lately I've been getting > > a timeout in starting the server when doing 'nmake test'. > > Changing ThreadsPerChild as in > > > > = > > Index: Ap

Re: [mp2] increase winnt threadsperchild?

2003-02-19 Thread Stas Bekman
Randy Kobes wrote: In running the tests on Win32, lately I've been getting a timeout in starting the server when doing 'nmake test'. Changing ThreadsPerChild as in = Index: Apache-Test/lib/Apache/TestConfig.pm ===

[mp2] increase winnt threadsperchild?

2003-02-19 Thread Randy Kobes
In running the tests on Win32, lately I've been getting a timeout in starting the server when doing 'nmake test'. Changing ThreadsPerChild as in = Index: Apache-Test/lib/Apache/TestConfig.pm ===

Re: [patch] ($r|$s)->is_hook_enabled($hook_name)

2003-02-19 Thread Stas Bekman
Stas Bekman wrote: I'm trying to take care of this todo item: -Apache::perl_hook: -should have this or something check if PerlOptions allows the given -handler/feature to be used. It works, though since the hooks implemenation is very different in 2.0, we can't just call Apache::perl_hook($r) a

Re: [Fwd: MakeMaker Is DOOMED!]

2003-02-19 Thread Daniel Jacobowitz
On Tue, Feb 18, 2003 at 09:10:26AM +1100, Stas Bekman wrote: > Ask Bjoern Hansen wrote: > >On Fri, 14 Feb 2003, Stas Bekman wrote: > > > > > >>Something to consider for mod_perl 2.0. Even though it'll create a > >>dependency > >>on Module::Build. Any takers? > > > > > >er, "Using an external utili

Re: cvs commit: modperl-2.0/t/response/TestCompat conn_authen.pm

2003-02-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote: geoff 2003/02/19 06:14:36 Modified:.Changes lib/Apache compat.pm t/response/TestCompat conn_authen.pm Log: fixes to Apache::compat. make $r->connection->auth_type interface with r->ap_auth_type. make both $r->connect

Re: [patch] proper backcompat $r->send_http_header

2003-02-19 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: Currently, $r->send_http_header can't be called before the response stage, so the 1.0 code won't run out of the box. This is an attempt to solve that problem. I haven't committed it, because I'm not sure whether the following assumption will stand:

Re: ap_auth_type forward compat

2003-02-19 Thread Stas Bekman
Geoffrey Young wrote: hi all... I'm not too sure about this patch, but doug did port $r->user back to 1.0 in order to ease the transition to 2.0, so I figured it might make sense to do the same with $r->ap_auth_type as well. I think that, in general, we're really not in the job of making mod_pe

Re: [patch] proper backcompat $r->send_http_header

2003-02-19 Thread Geoffrey Young
Stas Bekman wrote: Currently, $r->send_http_header can't be called before the response stage, so the 1.0 code won't run out of the box. This is an attempt to solve that problem. I haven't committed it, because I'm not sure whether the following assumption will stand: -wb->header_parse =

ap_auth_type forward compat

2003-02-19 Thread Geoffrey Young
hi all... I'm not too sure about this patch, but doug did port $r->user back to 1.0 in order to ease the transition to 2.0, so I figured it might make sense to do the same with $r->ap_auth_type as well. I think that, in general, we're really not in the job of making mod_perl 1.0 forward compat wr

Re: Problem Building 1.99_08 on OpenBSD

2003-02-19 Thread Carl Brewer
I'm seeing the same problem on OpenBSD 2.9, my details are below : > On Wed, 2003-02-05 at 07:07, Stas Bekman wrote: >> John Eisenschmidt wrote: >> > OpenBSD 3.2 >> > Perl 5.6.1 I'm seeing the same problem with perl 5.8.0 >> > >> > I'm trying to build MP 1.99_08 for Apache 2.0.44, and I'm not q