I am currently trying to improve the performance of our map. I already use ClientCache and ServerCache and it works really well.
However, I noticed that other versions of MapSuite seem to support some form of multithreading (property ThreadMode), but I can't seem to find this property in the MVC edition.
Is this feature available in the MVC edition? Would it make sense to render several tiles at once (on our server the bottleneck seems to be the hard drive)? Do you have any other recommendations to enhance the user experience?
If it makes a difference: most users are going to use IE8; the rest Firefox or maybe also Chrome and IE9.