server_cluster_enabled_p

one of the documented procedures in this installation of the ACS
Usage:
server_cluster_enabled_p
What it does:
Returns true if clustering is enabled.
Defined in: /web/philip/tcl/ad-server-cluster.tcl

Source code:


    return [ad_parameter ClusterEnabledP server-cluster 0]


philg@mit.edu