tra / spawnling

spawn gem for Rails to easily fork or thread long-running code blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to kill children when parent dies

tra opened this issue · comments

It might be a nice to have a way for a parent process to kill off all spawned children when the parent is killed.

I have added an option for killing children. While I was at it, I made it easier to specify default options for all spawn calls. You can check out the new features on the 'edge' branch here:
http://github.com/tra/spawn/tree/edge