]> Sergey Matveev's repositories - public-inbox.git/commit
spawn: disable popen optimization for non-vfork
authorEric Wong <e@80x24.org>
Sun, 28 Feb 2016 04:27:11 +0000 (04:27 +0000)
committerEric Wong <e@80x24.org>
Sun, 28 Feb 2016 04:27:39 +0000 (04:27 +0000)
commite5dd8584b5e798b3c391e4f3e71a8c9e97c0f9d9
treec2fe4a07aa57c4b5a8f700a3d75d5b38e95f78fe
parenta4243710b01eee8e20b2d66fd81f810b9307bed5
spawn: disable popen optimization for non-vfork

This is necessary since we want to be able to do arbitrary redirects
via the popen interface.  Oh well, we'll be a little slower for now
for users without vfork.  vfork users will get all the performance
benefits.
lib/PublicInbox/Spawn.pm