Re: [PATCH v1 0/3] Add support for downloading blobs on demand

2017-03-25 Thread Duy Nguyen
On Wed, Mar 22, 2017 at 11:52 PM, Ben Peart wrote: > We have a couple of patch series we’re working on (ObjectDB/Read-Object, > Watchman integration) Oops, sorry. I should be reworking the index-helper series for watchman support, but I haven't time for it. Yes I'm also

[PATCH v1 0/3] Add support for downloading blobs on demand

2017-03-22 Thread Ben Peart
We have a couple of patch series we’re working on (ObjectDB/Read-Object, Watchman integration) where we could use the ability to have a background process running that can accept multiple commands thus avoiding the overhead of spawning a new process for every command. The ability to do this was