RE: [PATCH v2 2/2] sub-process: refactor the filter process code into a reusable module

2017-03-27 Thread Ben Peart
> -Original Message- > From: Jonathan Tan [mailto:jonathanta...@google.com] > Sent: Monday, March 27, 2017 3:00 PM > To: Ben Peart <peart...@gmail.com>; git@vger.kernel.org > Cc: Ben Peart <ben.pe...@microsoft.com> > Subject: Re: [PATCH v2 2/2] sub-process: re

Re: [PATCH v2 2/2] sub-process: refactor the filter process code into a reusable module

2017-03-27 Thread Jonathan Tan
On 03/24/2017 08:27 AM, Ben Peart wrote: Refactor the filter..process code into a separate sub-process module that can be used to reduce the cost of starting up a sub-process for multiple commands. It does this by keeping the external process running and processing all commands by communicating

[PATCH v2 2/2] sub-process: refactor the filter process code into a reusable module

2017-03-24 Thread Ben Peart
Refactor the filter..process code into a separate sub-process module that can be used to reduce the cost of starting up a sub-process for multiple commands. It does this by keeping the external process running and processing all commands by communicating over standard input and standard output