Index: openacs-4/packages/xotcl-request-monitor/www/running.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/running.tcl,v diff -u -r1.10 -r1.10.2.1 --- openacs-4/packages/xotcl-request-monitor/www/running.tcl 27 Jun 2018 16:26:34 -0000 1.10 +++ openacs-4/packages/xotcl-request-monitor/www/running.tcl 16 Jun 2019 18:51:08 -0000 1.10.2.1 @@ -19,7 +19,7 @@ } set running_requests [throttle running] -if {[info commands bgdelivery] ne ""} { +if {[info commands bgdelivery] ne "" && [nsv_array names ::xotcl::THREAD ::bgdelivery] ne ""} { set background_requests [bgdelivery running] } else { set background_requests [list]