Doug MacEachern wrote:
> On Tue, 9 Apr 2002, Stas Bekman wrote:
> 
> 
>>Are we going to add the Apache::Server->pool function? we already have 
> 
> 
> no.  but we can enable Apache::Server->process->{pconf,pool}

+1

>>the C code: modperl_sv2pool. I need it for RegistryLoader in 
>>server_root_relative(). I see the item of using pconf in startup, but 
>>why not Apache::Server->pool via modperl_sv2pool? I suppose that's 
>>because now we may have different servers, right?
> 
> 
> you can already do this thanks to modperl_sv2pool:
> 
> Apache::server_root_relative(undef, "logs");
> Apache::server_root_relative(Apache->server, "logs");
> Apache::server_root_relative('Apache::Server', "logs");

none of these look like an intuitive replacement for a pool object as a 
first argument :(

>>Also I forgot, what's the alternative to %args=$r->args, which is 
>>deprecated in 2.0? Apache::Request?
>  
> i have no idea.  all i know is $r->args parsing does not belong where it 
> did in modperl 1.x.

Among other things, I've started porting apreq. If we get it into the 
httpd-2.0 core before it gets released, can we use this lib's 
functionality for parsing args as part of the modperl core? Do we have 
any other alternatives other than the slow CGI.pm?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to