datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
borkdude 2019-03-30T22:59:00.025600Z

is there a reliable way to lock an entire directory over multiple processes in Java? a simple but maybe not reliable way would be to write a “pid” or “lock” file and wait for the process which created that file to remove it

borkdude 2019-03-30T22:59:32.026100Z

I’m asking in this channel since datahike/konserve must have the same problem somewhere

gklijs 2019-03-30T23:20:17.027800Z

As long as it's the same JVM you could use a synchronized method?