]> Sergey Matveev's repositories - public-inbox.git/commit
git: use built-in spawn implementation for vfork
authorEric Wong <e@80x24.org>
Sat, 27 Feb 2016 21:31:24 +0000 (21:31 +0000)
committerEric Wong <e@80x24.org>
Sat, 27 Feb 2016 21:51:39 +0000 (21:51 +0000)
commit617f35dacbd4e5972bf2d82411b45009bbc79a42
tree0a763db89c81941f16dbd16761a35602f3c723c9
parentca885bd5905b7faa9ecb7b0eb02476de1d3a7f88
git: use built-in spawn implementation for vfork

This should reduce overhead of spawning git processes
from our long-running httpd and nntpd servers.
lib/PublicInbox/Git.pm
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/ProcessPipe.pm [new file with mode: 0644]
lib/PublicInbox/Spawn.pm
t/spawn.t