chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Add concurrency support to knife-windows #416

Closed tduffield closed 7 years ago

tduffield commented 7 years ago

Until the native WinRM libraries support concurrent connections, add simple threading to handle parallel connections.

Fixes #348

Signed-off-by: Tom Duffield tom@chef.io

aqueeb commented 7 years ago

Thanks a lot! You guys are awesome!