ther things though, so we won't be able to
> get
> > > rid of it.
> > >
> > >
> > > On Fri, Sep 27, 2013 at 4:13 PM, Braden Shepherdson <
> bra...@chromium.org
> > > >wrote:
> > >
> > > > The Android platform scripts use s
> On Fri, Sep 27, 2013 at 4:13 PM, Braden Shepherdson > >wrote:
> >
> > > The Android platform scripts use shelljs.exec's synchronous mode. This
> > is a
> > > terrible hack that leaks filehandles by the hundred, wastes lots of CPU
> > > cyc
d of it.
>
>
> On Fri, Sep 27, 2013 at 4:13 PM, Braden Shepherdson >wrote:
>
> > The Android platform scripts use shelljs.exec's synchronous mode. This
> is a
> > terrible hack that leaks filehandles by the hundred, wastes lots of CPU
> > cycles, and can cau
SGTM. shelljs is used for other things though, so we won't be able to get
rid of it.
On Fri, Sep 27, 2013 at 4:13 PM, Braden Shepherdson wrote:
> The Android platform scripts use shelljs.exec's synchronous mode. This is a
> terrible hack that leaks filehandles by the hundred, wa
Do it!
On Fri, Sep 27, 2013 at 8:13 AM, Braden Shepherdson wrote:
> The Android platform scripts use shelljs.exec's synchronous mode. This is a
> terrible hack that leaks filehandles by the hundred, wastes lots of CPU
> cycles, and can cause EMFILE on OSX because it runs out
The Android platform scripts use shelljs.exec's synchronous mode. This is a
terrible hack that leaks filehandles by the hundred, wastes lots of CPU
cycles, and can cause EMFILE on OSX because it runs out of filehandles.
I wanted to rewrite the scripts to be async and use child_process.ex