Hi, list.<div><br></div><div>I've recently faced several cases where you might want to kill your process if its message queue grows way too large, or it starts occupying way too much memory (and GC doesn't help around).</div>
<div><br></div><div>That's why I made this small application – rather a proof of concept, of course, since in a lot of cases killing overloaded processes is unacceptable. (But I actually left a way to do a lossless or nearly lossless killing – via pre-kill hooks)</div>
<div><br></div><div><a href="https://github.com/doubleyou/euthanasia">https://github.com/doubleyou/euthanasia</a><br></div><div><br></div><div>Should have done this for Spawnfest, but too late.</div><div><br></div><div>Have fun killing your processes.</div>
<div><div><br></div>-- <br>Best regards,<br>Dmitry Demeshchuk<br>
</div>