> -----Original Message----- > From: Troy Buss (Logitek Systems) [mailto:[EMAIL PROTECTED] > Subject: UV - is there a coldstart equivalent > > In D3 there is a coldstart process that runs when the database is started > which is useful from an applications stand point by clearing status files, > starting application phantoms and general cleanup.
On unix, you could always hook into the uv.rc script. I don't have an example to look at right now, but just before the end of the startup stanza you could add a line something like: exec /usr/local/my.coldstart.sh where my.coldstart.sh is a custom script that can do all the things you mention. The exact paths and filename will of course vary by system and personal preference. I'm not sure what the equivalent would be for Windows. David Scoggins IT Analyst CornerStone Propane mailto:[EMAIL PROTECTED] -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
