joncrlsn / dque

dque is a fast, embedded, durable queue for Go
MIT License
761 stars 45 forks source link

Lock files with flock() #2

Closed brk0v closed 4 years ago

brk0v commented 5 years ago

Lock files with segments with flock()

joncrlsn commented 5 years ago

Thank you for the suggestion! I had not actually considered that, but it will solve an issue for me about how to keep people from having multiple in-memory queues on the same persistent store.