Files
atom/native
Corey Johnson & Nathan Sobo 1bd0cc4152 ChildProcess can handle commands that return large amounts of data.
When a command returned a large amount of data, it was blocking on the stderr  callback when `[fileHandle availableData]` was called. From what I can tell, this is because stderr was being called with a zero-length string.

This was fixed when `[fileHandle availableData]` was moved to run inside the NSTask thread (instead of on the main thread). It now returns a zero-length string rather than blocking forever.

An unresolved question is why stderr is being called with zero-length strings.
2012-12-19 11:47:50 -08:00
..
2012-08-30 09:11:01 -07:00
2012-08-28 11:58:24 -05:00
2012-08-27 13:21:59 -07:00
2012-08-27 13:21:59 -07:00
2012-08-30 09:07:39 -07:00
2012-08-30 09:11:01 -07:00
2012-08-30 09:07:39 -07:00