Re: [PATCH] Do not disable txn-list-lock on Windows

2014-02-17 Thread Evgeny Kotkov
Hi Bert, > Not sure if this is related: > > But you do know that Windows has completely different file semantics than > posix, don't you. You can just use the standard file locking to have proper > locking between threads, which doesn't work on many other platforms. (A > process is free to shoot i

RE: [PATCH] Do not disable txn-list-lock on Windows

2014-02-16 Thread Bert Huijben
> -Original Message- > From: Evgeny Kotkov [mailto:evgeny.kot...@visualsvn.com] > Sent: maandag 17 februari 2014 01:37 > To: Subversion Development > Subject: [PATCH] Do not disable txn-list-lock on Windows > > Hi! > > I've noticed that txn-list operatio

[PATCH] Do not disable txn-list-lock on Windows

2014-02-16 Thread Evgeny Kotkov
Hi! I've noticed that txn-list operations are not being synchronized on Windows around trunk@1568806. FSFS makes use of two different types of locks: there are mutexes synchronizing the fcntl file locking (POSIX only) and ordinary mutexes (e.g. txn-list-lock). The former are only required on PO