Results 17 comments of Dave Eddy

@trentm interesting - that should help out a bit with this new vminfod coming (lot's of parallel jobs spawning series jobs, etc.) @davepacheco Yeah, I too see both sides of...

I agree with @rmustacc on this. I can't imagine a situation where casing would be the differentiating factor for key names. Case insensitive matching + error on unknown fields would...

``` dave.eddy - joyent-laptop darwin ~/dev/node-triton (git:master) $ triton -vvv create -wn my-machine [email protected] t4-standard-128M 2>&1 | bunyan [2015-10-05T15:56:33.996Z] TRACE: triton/8717 on joyent-laptop.local (/Users/dave.eddy/dev/node-triton/lib/cli.js:216): loaded config config: { "cacheDir": "cache",...

has this been resolved?

this is why i wish node had built in `process.exec` to just become a new process, and not have to fork and manage a child process

@trentm we could check out https://github.com/jprichardson/node-kexec. I've never used it, but based on the docs it seems legit. If ssh itself hangs because of a user configuration or option that's...

@trentm that's my only reservation... based on the nature of this desire though that's the only way it'll be possible - native extension. I made an issue with node core...