Don't use flat-files maybe? They are not designed for concurrent read/write
access from multiple users/applications. This is the kind of scenario that
relational databases are supposed to solve.

But if you must stick with SQLite files in this particular scenario ...
perhaps check whether the OSGeo.SQLite provider has been excluded from
connection pooling. Connection pooling will hold onto and reuse FDO
connections. MapGuide keeping pooled SQLite connections may have kept some
open file handles on the SQLite db, though if that is the case it sounds
like a bug on the SQLite FDO provider end.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Updating-Feature-Sources-without-restarting-MG-tp5319874p5319951.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