I don't think it's disturbing, so much as a fact of life. Flat data files are for multi-user reading, not for multi-user writing.
When multiple users are going to be reading and writing to the same data source, forget about using any flat-file format and just go straight to a RDBMS for shareable redlines. The RDBMS can handle the concurrency problems and multi-user access so you/MapGuide don't have to. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Repository-corruption-from-multiple-users-creating-redlines-tp5145063p5145102.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
