Programming, Python

Signals

Need some simple control over how your processes terminate, or maybe just some lightweight messaging between processes?

Signals might be the answer, and I’ve got a simple extension to Python’s signal library that make signal management easy, quick, and a snap to debug.

Read more or comment