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
Now, I can connect to 20 addresses, but I would like to know more about windowSize parameter and how the default value is obtained? For instance can I set the windowSize param to 200?
I noticed that there is some correlation between windowSize and cores number of computer.
Does the SequenceParallel use the Task Parallel Library (TPL) in the background?
Btw, the application uses mostly Async methods.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
when I ran the application, containing the below lines, on the server, I always have connections to the first 8 addresses.
After, I adjusted the
windowSize
parameter to 20.Now, I can connect to 20 addresses, but I would like to know more about
windowSize
parameter and how the default value is obtained? For instance can I set thewindowSize
param to 200?I noticed that there is some correlation between
windowSize
and cores number of computer.Does the
SequenceParallel
use theTask Parallel Library (TPL)
in the background?Btw, the application uses mostly
Async
methods.Thanks for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions