Simon

Results 11 comments of Simon

Sorry I looked at the manual for the kqueue events, and I can't really give you a clear answer here. According to [the kqueue manpage](https://developer.apple.com/library/ios/documentation/System/Conceptual/ManPages_iPhoneOS/man2/kqueue.2.html) and this [example](http://doc.geoffgarside.co.uk/kqueue/file.html) you could...

I could build this, but I'm not sure if there is that much demand for it. I would generally like to implement other features first. The whole sync setup is...

While that might be true, I'm pretty sure thus owncloud app won't work with the current sync anyway. Foxbrowser & Firefox use a new sync protocol now.

Yeah it's pretty ugly, but I can't just completely change it now, it would confuse users.

https://github.com/arangodb/velocystream

Not yet, feel free to submit a pull request for it

If anybody else has this issue have a look at my fork https://github.com/graetzer/NHBalancedFlowLayout

Sure I think that's the best idea, if you don't want to test and merge the code.

impossible to do without adding the retry logic inside the database. Especially considering that we do not know the intention of the developer.

the retry is basically unnecessary. If you don't care which write wins one could just pretend everything was fine and let the other write "win". Retrying just wastes CPU cycles...