Index: openacs-4/packages/xotcl-request-monitor/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/index.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/xotcl-request-monitor/www/index.tcl 1 Dec 2006 09:33:22 -0000 1.6 +++ openacs-4/packages/xotcl-request-monitor/www/index.tcl 12 Dec 2006 18:52:20 -0000 1.7 @@ -238,10 +238,10 @@ set current_response [join [currentResponseTime] " "] set current_load [currentSystemLoad] set running_requests [throttle running] -set background_requests [bgdelivery running] -set background [expr {[llength $background_requests]/2}] set running [expr {[llength $running_requests]/2}] if {![catch {ns_conn contentsentlength}]} { + set background_requests [bgdelivery running] + set background [expr {[llength $background_requests]/2}] append running /$background }