One thing to keep in mind is if you are batching all those calls to the
mapagent, you might be hitting the cap for simultaneously opened http
requests to the same server. It's a little bit different from browser to
browser, but typically only 4 to 8 http requests can be opened
simultaneously to the same server. So since creating a runtime map can be a
little bit time consuming, specially when creating so many at once, you
might simply be stacking too many queries.

You could work around the issue by creating all your runtime maps
server-side using php/.net and then just returning an array of all the map
names you have created. This could check if the issue is creating so many
maps or if it's because of too many http queries at once.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/30-seconds-delay-after-creating-100-CreateRuntimeMap-calls-tp5309691p5309989.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