You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our case, we are sending hundreds web requests parallelly, however, we don't want to create so many threads at the same time.
As discussion with Brian yesterday, sending request is an IO bound function and therefore we could have this new rule to our project.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to suggest a new rule for PLinq that AsParallel should pair up with WithDegreeOfParallelism.
In our case, we are sending hundreds web requests parallelly, however, we don't want to create so many threads at the same time.
As discussion with Brian yesterday, sending request is an IO bound function and therefore we could have this new rule to our project.
The text was updated successfully, but these errors were encountered: