multithreadpro
v0.0.2
Published
UNDER CONSTRUCTION Helps to provide a framework for running multiple items at a time. Supports the ability to have auto scaling through n concurrent workers.
Readme
Multithread Pro
This module helps to abstract out the complexity and understanding needed when running large batches of multithreaded requests. Ideal use cases are when there are many syncronous requests that have long return times but benefit by running in parralel. Batch data processing is one such example.
Getting Started
To run this, simply call the executeMultiThreadOperation passing in an array of objects to process, and a function to perform operations on it. See examples/examples.js for more information
