Performance Tuning - Map server

611
3
04-24-2012 02:42 AM
LakshmananVenkatesan
Occasional Contributor II
All,

We are facing performance issues in our application. When I investigate the log file I found below log and I would like to know what is
elapsed time?. It is taking nearly 21.07 seconds to open?.  Can some one explain the parameter "MapServer.MapReader.Open" and what exactly elapsed time meant in the log file?


<Msg time='2012-04-24T05:10:46' type='INFO3' code='10093' target='BostonCity.MapServer' methodName='MapServer.MapReader.Open' machine='SERVER01WGH' process='2324' thread='6364' elapsed='21.07157'>MapReader.Open has completed.</Msg>

Thank you
0 Kudos
3 Replies
LakshmananVenkatesan
Occasional Contributor II
Thanks Muzzamil. Do you know any specific reason for taking more time to open the map reader?.
0 Kudos
DeminHu
New Contributor
Besides Muzzamil mentioned,

You can also check your IIS confidurations ( application pool your services are using), and ArcGIS Service and REST configuration files (web.config and rest.config):


http://support.esri.com/en/knowledgebase/techarticles/detail/36887
http://support.esri.com/en/knowledgebase/techarticles/detail/39063

If  it is not security services, following the steps of these two links, it might improve a lot.
0 Kudos