Re: [mapguide-users] MapGuide 2.5.2 : runtime map not properly closed...

2015-10-30 Thread Jag
Hi. I searched for the API that destroys a session but didn't found it. Can someone help? Thanks -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-2-5-2-runtime-map-not-properly-closed-tp5181326p5233512.html Sent from the MapGuide Users mailing list archive at

Re: [mapguide-users] MapGuide 2.5.2 : runtime map not properly closed...

2015-03-11 Thread Rémy GOURRAT
CLOSED ! Today is a great day... it's more one week i didn't have this issue. The reason : a developpement server without enough resources. Upgrade RAM from 2 to 4go and CPU core from 2 to 4. Now, every client session is properly closed without edit the code... Remy

Re: [mapguide-users] MapGuide 2.5.2 : runtime map not properly closed...

2015-01-15 Thread Rémy GOURRAT
Thanks for your help, Sorry, but what you mean by Request : generate a map or use resource or feature service or the twice ? I'm surprise to see that at all times with Explorer, i can delete session files of an active session, no message this file can't be delete, used by MapGuide Process...

Re: [mapguide-users] MapGuide 2.5.2 : runtime map not properly closed...

2015-01-15 Thread Jackie Ng
Any request to the mapagent that carries your session id. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-2-5-2-runtime-map-not-properly-closed-tp5181326p5181667.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] MapGuide 2.5.2 : runtime map not properly closed...

2015-01-14 Thread Jackie Ng
You have to make sure that you are not doing any requests with that session id otherwise that session will be kept alive by MapGuide and will not be reclaimed after a certain period of inactivity. There is a API to explicitly destroy a session if you are certain you are done with that session id.

Re: [mapguide-users] MapGuide 2.5.2 : runtime map not properly closed...

2015-01-14 Thread Riccardo Pucci
The only thing I found should be explicitly closed is FeatureReader... Riccardo 2015-01-13 19:29 GMT+01:00 Rémy Gourrat rgour...@ag-carto.fr: Hi, I developped in .net, a mapguide 2.5.2 ajax viewer application which read a map definition in library repository, edit and change the srs of

Re: [mapguide-users] MapGuide 2.5.2 : runtime map not properly closed...

2015-01-14 Thread Rémy Gourrat
Thanks for you help, i just have only one MgSpatialContextReader in my code and i close it after usage. - AG-Carto - Bayonne -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-2-5-2-runtime-map-not-properly-closed-tp5181326p5181461.html Sent from the MapGuide

[mapguide-users] MapGuide 2.5.2 : runtime map not properly closed...

2015-01-13 Thread Rémy Gourrat
Hi, I developped in .net, a mapguide 2.5.2 ajax viewer application which read a map definition in library repository, edit and change the srs of all the feature source used by the current map, add a filter to each layer and save it in the repository session. It seem to work fine. But 1 time