Page 1 of 1

Number of parallel threads in the control...

Posted: Fri Jan 20, 2017 3:44 pm
by Bernd Welter
Just a quick note:
The xServer.NET control is able to request several tiles at a time. By default it will use 8 threads.
As long as there are sufficient backenmodules the user will benefit from them.

For those who require even more: check the following property:

Code: Select all

ServicePointManager.DefaultConnectionLimit = 100;
Best regards Bernd