Number of parallel threads in the control...

Within this forum we want to offer discussions all around our .NET based Map control including all .Net-language specific questions concerning calls of the xServer-API. Attention: xServer-relevant concepts can be found in further forums such as xRoute or xTour.
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Number of parallel threads in the control...

Post 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
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply