> IMO it makes much more sense to have a read-only pool() > method for APR::File than it does to expose finfo->pool.
ok, I'll believe you :) > apr_finfo_t doesn't have any semantics outside of being > a return value of some C function. I'm not sure why there's > even a perl API for it in the first place. when the default map_to_storage happens apache has done the filesystem stat already, which means that over in perl-land we can query $r->finfo instead of performing a stat on $r->filename and save another trip to disk. it's also required if you want to set $r->filename yourself and want to properly interact with default_handler. longer explanations of each issue can be found here: http://use.perl.org/~geoff/journal/16002 http://use.perl.org/~geoff/journal/16159 --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
