We use an SQL Server layer as the layer where the user is drawing and things
are saved. If the user only have to draw a single or two polygons, then we
just use openlayer/javascript and then post the geometry to the server when
the user saves. The code behind/Maestro API can then handle the save.
Can't you use a lock (_lockobj) { /* the code that saves the data */ } to
prevent multiple users from accessing the same file at the same time?Best regards Hans Milling... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Repository-corruption-from-multiple-users-creating-redlines-tp5145063p5145192.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
