Closed
Bug 785799
Opened 13 years ago
Closed 13 years ago
Asynchronize exec command
Categories
(Testing Graveyard :: SUTAgent, defect)
Testing Graveyard
SUTAgent
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcote, Unassigned)
References
Details
The 'exec' command needs to be fully asynchronous, that is, not blocking other connections while the subprocess executes. The simplest most cross-platformy way to do this is to periodically poll the subprocess, collecting/draining output, and cleaning up when it exits.
We need to implement a SubprocessEventHandler class that uses setTimeout() to poll periodically.
| Reporter | ||
Updated•13 years ago
|
Blocks: mobile-automation
| Reporter | ||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•