Number of parallel threads in the control...
Posted: Fri Jan 20, 2017 3:44 pm
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:
Best regards Bernd
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;