Coder Social home page Coder Social logo

Comments (4)

bluca avatar bluca commented on May 27, 2024

It's about service activation tracking, so moving it to a different place is enough, which is not an API but just an internal rearrangement so no need to block rc

from systemd.

poettering avatar poettering commented on May 27, 2024

well, my think was that it actually would be nice to track this for all forked processes, and in that case it would probably have to change name

from systemd.

bluca avatar bluca commented on May 27, 2024

ExecMain timestamps are for the main processes already. It would require a new and separate exec_fd, which means there won't be a single last-thing-to-do-before-execve anymore, but two of them, which will race each other. If there's no use case for it, let's not make things more complicated for no benefit.

from systemd.

poettering avatar poettering commented on May 27, 2024

ExecMain timestamps are for the main processes already. It would require a new and separate exec_fd, which means there won't be a single last-thing-to-do-before-execve anymore, but two of them, which will race each other. If there's no use case for it, let's not make things more complicated for no benefit.

I don't see a race there? how would there be a race?

sure you have to decide what to do first, i.e. take/send the timestamp or mark the execfd as "hot", but that's fine. neither of these are "risky" or "slow" operations, hence just do one first, doesn't really matter which one you pick.

from systemd.

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.