Index: openacs-4/packages/acs-bootstrap-installer/installer-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer-init.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-bootstrap-installer/installer-init.tcl 10 Sep 2002 22:22:05 -0000 1.2 +++ openacs-4/packages/acs-bootstrap-installer/installer-init.tcl 10 Oct 2008 11:30:35 -0000 1.3 @@ -6,4 +6,4 @@ # Create a mutex for the installer -nsv_set acs_installer mutex [ns_mutex create] +nsv_set acs_installer mutex [ns_mutex create oacs:installer] Index: openacs-4/packages/acs-tcl/tcl/site-nodes-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-init.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/site-nodes-init.tcl 27 Nov 2003 15:25:18 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-init.tcl 10 Oct 2008 11:30:35 -0000 1.5 @@ -6,6 +6,6 @@ } -nsv_set site_nodes_mutex mutex [ns_mutex create] +nsv_set site_nodes_mutex mutex [ns_mutex create oacs:site_nodes] site_node::init_cache Index: openacs-4/packages/acs-tcl/tcl/utilities-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-init.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-tcl/tcl/utilities-init.tcl 26 Apr 2005 14:36:32 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/utilities-init.tcl 10 Oct 2008 11:30:35 -0000 1.8 @@ -11,7 +11,7 @@ randomInit [ns_time] # Create mutex for util_background_exec -nsv_set util_background_exec_mutex . [ns_mutex create] +nsv_set util_background_exec_mutex . [ns_mutex create oacs:bg_exec] # if maxbackup in config is missing or zero, don't run auto-logrolling set maxbackup [ns_config -int "ns/parameters" maxbackup 0] Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.110 -r1.111 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 30 Aug 2008 11:19:11 -0000 1.110 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 10 Oct 2008 11:30:35 -0000 1.111 @@ -1996,7 +1996,7 @@ # Initialize NSVs for ad_schedule_proc. if { [apm_first_time_loading_p] } { - nsv_set ad_procs mutex [ns_mutex create] + nsv_set ad_procs mutex [ns_mutex create oacs:sched_procs] nsv_set ad_procs . "" } Index: openacs-4/packages/chat/tcl/chat-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/tcl/chat-init.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/chat/tcl/chat-init.tcl 19 Nov 2007 01:14:16 -0000 1.4 +++ openacs-4/packages/chat/tcl/chat-init.tcl 10 Oct 2008 11:30:35 -0000 1.5 @@ -7,7 +7,7 @@ @cvs-id $Id$ } -nsv_set chat new_message [ns_mutex create] +nsv_set chat new_message [ns_mutex create oacs:chat] nsv_set chat server_started 0