mozilla / chromeless

DEPRECATED - Build desktop applications with web technologies.
http://mozillalabs.com/chromeless
761 stars 117 forks source link

improve the child process API #130

Closed lloyd closed 3 years ago

lloyd commented 13 years ago

There have been multiple community requests to improve the process API, specifically to make it possible to asynchronously control spawned processes and to control their stdinput and output.

Here a thread where various implementation options were discussed, along with some references to potentially interesting code.

dylanpyle commented 13 years ago

I'd really love to see the child process situation improved. I'm currently building an app on Chromeless that really depends on the ability to read stdout. We're currently having to resort to hacks like piping output to a file and reading from there, which isn't really a long-term option.