Does this check the host in parallel?

I am wondering whether it is serial or parallel.

If it's parallel, I want to know how many things are processed at the same time.

It is parallel and asynchronous. You can control this with the limit option.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.