CREATERUNTIMEMAP itself will also create a session for you if you do not pass
a session id to it.

Do you pass the session ID to the CREATERUNTIMEMAP call? If not, that's 2
sessions created for every time you are starting up your viewer. If you are
doing 100 calls before seeing a 30s delay, assuming you didn't pass session
id to CREATERUNTIMEMAP, then that's (100 * 2 = 200 sessions created) and you
might have just hit the default value of SessionRepositoriesLimit in
serverconfig.ini

If you haven't bumped up this value, you probably should. 

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/30-seconds-delay-after-creating-100-CreateRuntimeMap-calls-tp5309691p5309742.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to