Git Product home page Git Product logo

Comments (3)

jewel avatar jewel commented on June 28, 2024

There is an optional extension for rsync. I didn't put this in the core protocol to keep it simple to implement.

Your point about the sha256 hashing is interesting. In the proof-of-concept ruby app, we're debouncing file events to reduce the amount of recalculation, but that approach won't work for a slow file download that is being written less often than the debounce interval. I will add a recommendation for implementations to limit how often they will rescan a file in a manner similar to how often they should rescan a directory, as is mentioned in the third paragraph of the "Computer Resources" recommendations.

Thank you for reading over the spec so carefully!

from clearskies.

larroy avatar larroy commented on June 28, 2024

Yes I guess it's better to go keep it simpler and have it as an extension. Is anywhere defined a method for the clients to exchange the list of supported extensions?

from clearskies.

jewel avatar jewel commented on June 28, 2024

Extension negotiation is handled in the initial handshake. It's called "features" in there, which would probably be better if it were called "extensions", since apparently that's the name that I've been using in my head.

from clearskies.

Related Issues (20)

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.