# Schedule definitions for thorn MDS # $Header$ schedule MDS_StartupServer at STARTUP before HTTP_Startup { LANG:C } "Startup routine for MDS HTTP" schedule InitThornMDS at CCTK_STARTUP before MDS_StartupServer { LANG:C } "Init GIIS connection" schedule CallMDS_Info at CCTK_STARTUP { LANG:C } "initial push info to GIIS server" schedule RegisterMF_MDS at CCTK_STARTUP { LANG:C } "Register MDS Machine Finder" schedule ShutdownThornMDS at CCTK_TERMINATE { LANG:C } "Close GIIS connection" schedule ScheduleMDS_Query at CCTK_POSTSTEP { LANG:C } "Query GIIS server" schedule ScheduleMDS_Info at CCTK_POSTSTEP { LANG:C } "push info to GIIS server"