Coder Social home page Coder Social logo

Comments (3)

jkarni avatar jkarni commented on August 16, 2024 1

Yup - am investigating the impact of some changes on build speed!

from nix.

roberth avatar roberth commented on August 16, 2024

The remote build feature could use some love. Would you be interested to contribute improvements?

(note that the remote build label is brand new; we used to have only protocol, and even that is fairly new) labels not helpful

from nix.

jkarni avatar jkarni commented on August 16, 2024

Reducing the timeout to 2 minutes dramatically improved the speed at which builds happen. The curious thing is that the wait was often quite long - much longer than the timeout. This wouldn't make much sense if the timeout was working as (I take it that was) intended. Moreoever, as I mentioned, the process holding the lock often seems to be past the copy stage. So though decreasing the timeout helps, I'm pretty sure there are other things to fix here - things which, if fixed, potentially would obviate the need to reduce the timeout.

In general, I'm not sure I understand yet how signals are working here. It seems a signal handling thread sometimes exist, and I presume it would be responsible for making sure these alarms only go to the right thread, but I also don't see the relevant sigmask.

Using signal (instead of sigaction) is also, it seems, a potential concern. Additionally, the existence of the second alarm is quite mysterious to me.

All of this is my quite untutored thoughts - just writing them here by way of update, and will continue investigating. Though for my own machine my inclination is to just disable this flock logic altogether.

from nix.

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.