On Fri, Sep 19, 2008 at 3:11 PM, hemant kumar <[EMAIL PROTECTED]> wrote: > Hi Jack, > > New method is simply: > > MiddleMan.worker(:foo_worker,"worker_key").async_work_wrapper() > > and for synchronous tasks > > MiddleMan.worker(:foo_worker,"worker_key").work_wrapper() > > More details you can find at: > > http://rubyforge.org/pipermail/backgroundrb-devel/2008-July/001880.html
Thanks, that seems to do the trick! I must have missed your announcement about 1.0.4 and its new features and change back in July, because this week I've been "discovering" some of them one at a time ;) -- // jack // http://www.nuthole.com _______________________________________________ Backgroundrb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/backgroundrb-devel
