threadHandler
v0.1.6
Published
A simple external script thread handler - allowing for multiple external script to be run and only X amount to be executed at a time
Downloads
4
Readme
#Thread Handler
This allows you to batch spawn commands but only allow a limited amount of them to run at any time.
This was built initially to help send out php (swiftmailer) emails without bogging down the server.
Normal eventEmitters are used from the child spawn api, but with an additional PID.
See examples for usage