On Sun, Feb 24, 2008 at 3:01 AM, John Wells <[EMAIL PROTECTED]> wrote: > On Wed, Feb 20, 2008 at 2:51 PM, John Wells <[EMAIL PROTECTED]> wrote: > > Ok, but when would exit be called here? After all the work is done? > > > > I guess what I want is a kill -9 functionality, but with the ability to at > > the very least clear the worker's status... >
And you shall have it. I am just not sure if it will work across all *nixes. It works on Linux and thats the only OS I have. As suggested by Eric, you can use "ensure" to do condition cleanup, if you don't have "ensure" your worker die as usual. _______________________________________________ Backgroundrb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/backgroundrb-devel
