Giter Site home page Giter Site logo

Shared Locking? about flock HOT 4 CLOSED

gofrs avatar gofrs commented on May 31, 2024
Shared Locking?

from flock.

Comments (4)

theory avatar theory commented on May 31, 2024 1

Would we need a separate object? Otherwise Locked() is ambiguous.

from flock.

theckman avatar theckman commented on May 31, 2024

I don't see a reason why the support couldn't be extended to allow advisory (shared) locks. My initial implementation was built to implement the sync.Locker interface. So maybe we could continue taking inspiration from synx.RWMutex type and go with RLock(), RTryLock(), and RUnlock()?

One caveat is that we would also need to implement Windows support. But it looks like we may only need to omit the exclusive flag[1] (from the _windows.go file), making it a fairly small change: https://github.com/theckman/go-flock/blob/d0cbbf0727cd7369d6deda1da29490dc132d45b4/flock_windows.go#L32

What do you think? Would you want to try and implement it?

[1] https://msdn.microsoft.com/en-us/library/windows/desktop/aa365203(v=vs.85).aspx

from flock.

theory avatar theory commented on May 31, 2024

I could, yes, though I don't think I'd be able to test the Windows implementation. I don't see a Windows Travis CI instance, either.

from flock.

theckman avatar theckman commented on May 31, 2024

I'm working on getting CI up for Windows. It's a bit of slog as I don't personally have a Windows box handy. I hope I can finish it this afternoon.

from flock.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.