Index: openacs-4/packages/acs-tcl/tcl/server-cluster-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/server-cluster-procs.tcl,v diff -u -r1.2 -r1.2.6.1 --- openacs-4/packages/acs-tcl/tcl/server-cluster-procs.tcl 26 Jan 2004 15:39:46 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/server-cluster-procs.tcl 28 Mar 2006 17:32:09 -0000 1.2.6.1 @@ -73,7 +73,7 @@ # Schedule the request. Don't actually issue the request in this thread, since # (a) we want to parallelize the requests, and (b) we want this procedure to # return immediately. - ad_schedule_proc -once t -thread f -debug t 0 server_cluster_do_httpget "http://$host$url" $timeout + ad_schedule_proc -once t -thread f -debug t -all_servers t 0 server_cluster_do_httpget "http://$host$url" $timeout } }