How do you create a singleton, actully one instance in a clustered envrioment? I have created what i thought to be a singleton, all msgs correlating on a specfic value, but mutiple instances of the orch are created on the 2 clustered servers. How do i have only a single instance?
i need to gather the msgs into a single msg and write it out to a sngle file.