ad_schedule_proc

EveAndersson.com : API Browser : ad_schedule_proc

ad_schedule_proc

ad_schedule_proc [ -thread thread ] [ -once once ] [ -debug debug ] \
    [ -all_servers all_servers ] interval proc [ args... ]
Defined in packages/acs-core/utilities-procs.tcl

Replacement for ns_schedule_proc, allowing us to track what's going on. Can be monitored via /admin/monitoring/schedule-procs.tcl. The procedure defaults to run on only the canonical server unless the all_servers flag is set to true.

Switches:
-thread (defaults to "f")
-once (defaults to "f")
-debug (defaults to "t")
-all_servers (defaults to "f")

Parameters:
interval
proc
[ show source ]

Show another procedure:

eve@eveandersson.com