You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2001/06/14 07:32:37 UTC

Re: Efficient pre-loading of symlinks and virtual directories

On Thu, 29 Mar 2001, Stas Bekman wrote:
 
> The latest policy is mod_perl-1.3 doesn't accept any new features and
> provides only bug fixes. All the development goes into 2.0.

i think you mean mod_perl-1.xx :)  and, its Apache::Registry that doesn't
accept new features.  Apache::RegistryNG and Apache::PerlRun do,
unless it is something that can be provided with a subclass.  new
features are still accepted for mod_perl-1.xx, but some will be punted
into 2.0 land.
 
> Still you can subclass Apache::PerlRun and provide your own method for
> the unique namespace package generation.

right.  would be cool to see a version of this on cpan that uses the inode
stuff.  and this feature can be considered as an option for 2.0's
Apache::Registry.