Are we going to add the Apache::Server->pool function? we already have 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?
I could create a new pool via APR::Pool->new(), but I don't think this is right. Also I forgot, what's the alternative to %args=$r->args, which is deprecated in 2.0? Apache::Request? Thanks! __________________________________________________________________ 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]
