Code Monkey home page Code Monkey logo

Comments (3)

vozlt avatar vozlt commented on May 21, 2024

I don't know if that's possible. (changing cpu priority of each module in nginx)
Frankly, It seems to be impossible so long as the connection processing methods(epoll, kqueue...) does not support.
You know, If you want to modify the process priority, can use "nice" command or setpriority() function.
It is possible to change the scheduling priority by using worker_priority directive in nginx.
But nginx is a single thread program. (using epoll or kqueue or ...)
All of modules in nginx is within one process. (in alphabetical order)
Anyway, I think that you should prevent the nginx load 100% by using various means. (limit_conn, limit_req...)

from nginx-module-vts.

Profforgr avatar Profforgr commented on May 21, 2024

Thanks for detailed answer. Last version have threads support, however.

Anyway, I think that you should prevent the nginx load 100% by using various means. (limit_conn, limit_req...)

Sure i am doing this.

from nginx-module-vts.

itpp16 avatar itpp16 commented on May 21, 2024

Sounds more like the LAN is saturated, maybe add another (management) LAN adapter and poll vhts from there.
If thats not enough you could think of using Lua with a Co-socket to pass on vhts traffic on a different port and via Lua lower the worker connections for a specific worker to keep it less occupied.

from nginx-module-vts.

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.