Giter Site home page Giter Site logo

multiprocessing-keyboardinterrupt's Introduction

multiprocessing-keyboardinterrupt's People

Contributors

amyreese avatar underrun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

multiprocessing-keyboardinterrupt's Issues

Only works within 1st 10 seconds

For this code to work on other projects, it seems that the keyboard interrupt needs to be received within the first 10 seconds - after that python hangs. Or the 10s sleep time needs to be increased. Am I missing something?

Doesn't always work on Windows

I'd need some more testing, but I tried the same approach on a larger project and it doesn't always seem to work - sometimes the KeyboardInterrupt exception is received by the main process but sometimes it's ignored entirely.

What did work for me was much more complicated. It involved patching the multiprocessing library on runtime to modify the command line that's used when spawning new processes, and starting up new processes from my own code. Then catching the SIGINT signal from there in every spawned process and explicitly killing all spawned processes.

I was hoping to avoid all that by using your much more elegant approach :( I'l keep digging in case it turns out to be a mistake on my side, but in any case I thought documenting it would be useful in case someone else stumbles upon the same problem.

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.