2008/2/15 George Feil <[EMAIL PROTECTED]>:
>
>
>
>
> First, some good news: after a few fits, starts, and configuration tweaks,
> we've succeeded in deploying BackgrounDRb onto our production machines,
> where we're using itto perform cache expiration on our Rails generated
> pages. [We're using v1.0.1 code at the moment, but plan to upgrade to 1.0.3
> in the next week or two.] We use an event driven model for expiration, which
> is triggered by observers in our Rails application.
>
>
>
> However, we're concerned about robustness, and would like to set up some
> monitoring tools. In particular, we'd like to keep tabs on things like:
>
>
>
> total number of threads allocated
> number of active worker threads
> duration of currently active threads (to help identify hung ones)
>
>
>
> Are there any good examples of monitor workers that do this now? What sort
> of statistics API's are available? I didn't see anything obvious in the RDoc
> for this.
>
>

Its not there, right now. but should be pretty easy to implement.
_______________________________________________
Backgroundrb-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/backgroundrb-devel

Reply via email to