On 02/10/2016 01:16 PM, sebb wrote: > AFAICT the file backend uses several files that are shared between users. > > However there does not appear to be any form of locking employed, so > updates can be lost. > > If this is intentional, it should be clearly documented as a restriction. >
I was thinking about the exact same thing the other day. I usually use the ES backend, so I don't have that issue, but some people may elect to use a file backend. We should look into using some sort of flock() for this. With regards, Daniel.
