...

/

Unordered Limited Parallel Execution

Unordered Limited Parallel Execution

Learn how to parallelize limited execution by implementing a URL status monitoring application.

We'll cover the following...

If we try to run the check-urls.js application against a file that contains thousands or millions of URLs, we’ll surely run into issues. Our application will create an uncontrolled number of connections all at once, sending a considerable amount of data in parallel, and potentially undermining the stability of the application and the availability of the entire ...