Git Product home page Git Product logo

Comments (6)

jtolio avatar jtolio commented on August 25, 2024

http://godoc.org/github.com/spacemonkeygo/monitor/trace is one possible example of the way this benefits things.

Internally at Space Monkey we also have a disk operation library that distinguishes disk operations as being background (cron-type jobs or something) or foreground operations (user-requested) using the existing context, to determine what priority in our application-level disk queue the operation should go (in an attempt to keep low-level queues shallow)

from kit.

peterbourgon avatar peterbourgon commented on August 25, 2024

Yes, package server will need to make sure contextual information isn't lost in translation between services, and I definitely hope to leverage package context for that. Hopefully it's possible to implement without modifying server interface definitions, i.e. by mandatory chaining of a Contextual (or similar) handler. All to be determined.

If you're interested in package server, maybe you'd like to join Freenode #gokit and find some other interested parties to take ownership of the initial package server RFC?

from kit.

tsenart avatar tsenart commented on August 25, 2024

@peterbourgon: Would it make sense to create Github issues for each of the RFCs, where structured, scoped pre-proposal discussion can take place? I think focus is paramount given the spectrum of problems to be solved here.

from kit.

peterbourgon avatar peterbourgon commented on August 25, 2024

@tsenart yes, I think that's a logical next step.

from kit.

bg451 avatar bg451 commented on August 25, 2024

@tsenaet +1 to that idea.

from kit.

peterbourgon avatar peterbourgon commented on August 25, 2024

This will be addressed in the first-draft implementation.

from kit.

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.