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

Re: [perl #128227] vfork should be used for spawning externalprocesses

Thread Previous | Thread Next
From:
Ivan Pozdeev via perl5-porters
Date:
May 25, 2016 10:01
Subject:
Re: [perl #128227] vfork should be used for spawning externalprocesses
Message ID:
7d24e084-0b80-b23b-af68-3ec83de6b2af@mail.mipt.ru
Configure has a question about whether to use vfork(), warning that 
"perl can only use vfork() that doesn't suffer from severe limitations".

If you're going down this road, you should start your research by 
exploring this lead.

Besides, posix_spawn() is the current POSIX standard that is intended to 
replace vfork() that apparently didn't do well enough in practice.

Thread Previous | Thread Next


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