Hi,
In Rails, it seems I can create a new worker with:
worker_abc = Middleman.worker(:foo_worker)
And later on uses it like:
worker_abc.async_some_task(:arg => data)
My question is when does this "worker_abc" go away and its resources freed up?
How does Ruby/Rails/backgroundrb know that I am done using "worker_abc"?
Thanks.
Tuong
_______________________________________________ Backgroundrb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/backgroundrb-devel
