Coder Social home page Coder Social logo

#001 - Logic to handle child processes (workers) being killed by the OS (for example, due to Out Of Memory (OOM)) about condu HOT 5 CLOSED

thebrunolopes avatar thebrunolopes commented on June 22, 2024 1
#001 - Logic to handle child processes (workers) being killed by the OS (for example, due to Out Of Memory (OOM))

from condu.

Comments (5)

TheBrunoLopes avatar TheBrunoLopes commented on June 22, 2024 1

Yup, that's what I meant to say. Multiprocessing lib is awesome to tackle that problem.

from condu.

TheBrunoLopes avatar TheBrunoLopes commented on June 22, 2024

This seems like a viable approach.
There are a few caveats to should be taken into consideration. It's preferable to use new processes instead of new threads because of the GIL. This builtin library should be able to handle the tasks you propose.

from condu.

artpdr avatar artpdr commented on June 22, 2024

Hi @bioslikk long time no see :p.
As the threads will only be used to have a Pipe for the process they create, I think there is no big overhead in context switching between threads.
PS: I'm aware of GIL.
Cheers.

from condu.

artpdr avatar artpdr commented on June 22, 2024

It seems that I will need to trigger new processes instead of new threads as launching processes from multi-thread processes seems problematic

from condu.

artpdr avatar artpdr commented on June 22, 2024

Finished this using just processes. There is no multi-threading....
This will be released in Pypi with version 2.0.0b05

from condu.

Related Issues (2)

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.