> Will the mutex replace file locking for database access control?
>

No.  A mutex only works within a single process.

I was thinking it might make a good compile time option.
If you aren't going to access the database from multiple machines then
the mutex could replace file locking as an access control mechanism.
My guess was it would be much faster,
but would only work correctly in that special case.

Reply via email to