You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2001/04/18 00:33:22 UTC

Re: Apache::SizeLimit patches

On Tue, 6 Feb 2001, Joshua Chamas wrote:

> Hey Modperl Devs,
> 
> Perrin & I have both contributed patches for Apache::SizeLimit.
> Both seem like good implementations resulting in the similar
> MAX_SHARED memory configs.  So who now integrates which 
> into Apache::SizeLimit ??
> 
> Another question ... should either Perrin or I take over the 
> as the new module owner and contribute it to CPAN or modperl
> CVS?  Whoever owns it, be it dev@perl.apache.org, that address
> should be in the README.  Doug Baley clearly wants out, in this 
> below email from him.  Thanks.

he is listed as the author, but no matter who the module "owner" is for
something that is shipped with the modperl distro, changes should be
discussed on this list or modperl@apache.org

if you and perrin want to take over as Apache::SizeLimit owners, that
would be fantastic.  for now you can submit patches to this list.  if
you want to maintain a version on cpan too, that would be fine.  the key
thing to keep in mind of course, is keep 'SizeLimit.pm' as small as
possible.  might worth splitting out into
Apache::SizeLimit::{linux,solaris,bsd}.pm sorta thing.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: Apache::SizeLimit patches

Posted by Doug MacEachern <do...@covalent.net>.
On Fri, 20 Apr 2001, Perrin Harkins wrote:
 
> I can take over SizeLimit.  I'll need CVS access.  I don't think there's a
> need to keep a separate version on CPAN, as this module is not frequently
> updated.

ok, great.  just submit patches for now, we'll work out cvs access later.
 
> As for splitting it out into platform-dependent modules, I think it's a
> bit early for that.  The platform dependent part of the code is very
> small, and I could always use some trick like SelfLoader to save memory if
> it gets too big.

ok.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: Apache::SizeLimit patches

Posted by Perrin Harkins <pe...@elem.com>.
On Wed, 18 Apr 2001, Joshua Chamas wrote:
> Doug MacEachern wrote:
> > 
> > if you and perrin want to take over as Apache::SizeLimit owners, that
> > would be fantastic.  for now you can submit patches to this list.  if
> > you want to maintain a version on cpan too, that would be fine.  the key
> > thing to keep in mind of course, is keep 'SizeLimit.pm' as small as
> > possible.  might worth splitting out into
> > Apache::SizeLimit::{linux,solaris,bsd}.pm sorta thing.
> 
> 
> Thanks Doug, nice to hear from you too!  Perrin's & 
> my patches were different but did the same thing.
> 
> If he doesn't want to submit his patches, I'll
> submit mine.  I don't know if he has cvs access,
> I don't that I am aware of.  I would be reluctant 
> to take over maintenance of the package because
> I have a few as it is, so if Perrin is up for it,
> that would be great, but otherwise I'll step up.

I can take over SizeLimit.  I'll need CVS access.  I don't think there's a
need to keep a separate version on CPAN, as this module is not frequently
updated.

As for splitting it out into platform-dependent modules, I think it's a
bit early for that.  The platform dependent part of the code is very
small, and I could always use some trick like SelfLoader to save memory if
it gets too big.

- Perrin


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: Apache::SizeLimit patches

Posted by Joshua Chamas <jo...@chamas.com>.
Doug MacEachern wrote:
> 
> if you and perrin want to take over as Apache::SizeLimit owners, that
> would be fantastic.  for now you can submit patches to this list.  if
> you want to maintain a version on cpan too, that would be fine.  the key
> thing to keep in mind of course, is keep 'SizeLimit.pm' as small as
> possible.  might worth splitting out into
> Apache::SizeLimit::{linux,solaris,bsd}.pm sorta thing.


Thanks Doug, nice to hear from you too!  Perrin's & 
my patches were different but did the same thing.

If he doesn't want to submit his patches, I'll
submit mine.  I don't know if he has cvs access,
I don't that I am aware of.  I would be reluctant 
to take over maintenance of the package because
I have a few as it is, so if Perrin is up for it,
that would be great, but otherwise I'll step up.

--Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org