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;