Commit Graph

6 Commits (f5658f4e5048ae6f2cf1d8eb434be3602fc6bb3a)

Author SHA1 Message Date
Matt Davis 9724ed77de Prevent handle inheritance from blocking Windows async_wrapper (#5666) 9 years ago
Matt Davis af58bfbfe3 fix win async tempdir deletion failure 9 years ago
Matt Davis 6f3e703ed4 switch win async to use Win32 CreateProcess
should fix flaky async startup behavior where watchdog/module exec starts and immediately dies
9 years ago
Matt Davis 4b3c892284 (re)add post-watchdog-launch sleep to Windows async_wrapper (#5122)
fixed apparent race where subprocess appears to never start
9 years ago
Matt Davis 5a5c1491ae fix async_wrapper start suspended race (#4718)
Main thread in started-suspended process may not be immediately resumable on slow targets- poll for proper state for awhile before attempting resume
10 years ago
Matt Davis a746eff954 Windows async module support (#4710)
Powershell impls of async_wrapper, async_status- associated tests and async action changes are in https://github.com/ansible/ansible/pull/17400.
10 years ago