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
Uh oh!
There was an error while loading. Please reload this page.
-
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
windowSizeparameter to 20.Now, I can connect to 20 addresses, but I would like to know more about
windowSizeparameter and how the default value is obtained? For instance can I set thewindowSizeparam to 200?I noticed that there is some correlation between
windowSizeand cores number of computer.Does the
SequenceParalleluse theTask Parallel Library (TPL)in the background?Btw, the application uses mostly
Asyncmethods.Thanks for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions