Geoffrey Young wrote:
ither way is good, just trying to put new features to stress ;)


also will this call destroy on $p on the exit from { } ?


{
    my $p = APR::Pool->new;
}

I think it should.


so do I, but it doesn't. you can't call $p->DESTROY either, even though the alias is there in APR__Pool.h

so it's broken.


I fixed things so that DESTROY was available, but it caused all kinds of problems with the test suite, so I'm guessing it's a good thing that pools need to be explicitly destroyed.

what problems? it's just an object, I suppose that it should just work.


__________________________________________________________________
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