develooper Front page | perl.perl5.porters | Postings from May 2012

Re: Cleanup vfork debris?

Thread Previous
From:
Craig A. Berry
Date:
May 6, 2012 07:18
Subject:
Re: Cleanup vfork debris?
Message ID:
CA+vYcVzhNGOn3zLDM7MRiS6rzA+JVzi2F7C3Q+NFA=MdWMU2Sg@mail.gmail.com
On Fri, May 4, 2012 at 5:59 PM, Michael G Schwern <schwern@pobox.com> wrote:
> In answering a StackOverflow question, I did a quick grep for what Perl
> actually does with vfork after going through the trouble detecting it.  The
> answer appears to be: nothing.
>
> Looks like it was eliminated 11 years ago by Sarathy.
> https://github.com/mirrors/perl/commit/52e18b1f277416a33dff2c066a83fdab0520a2d7
>
> Any strong objections to eliminating the associated vfork debris?  Looks like
> config stuff, hint files, and some special VMS code can all just be deleted.

I don't object but I wasn't sure on a quick glance how much of what's
left has to do with calling vfork() from Perl (which I think you're
right has been gone a long time) and how much with making vfork()
slightly safer when called from XS.

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About