If it happened to me before, maybe what I've posted here will help you.
Thursday, July 22, 2010
Virtual Machine Identifier aka CorrelationId
If for any reason you want to create a UNIQUE Id across all Java virtual machines. VMIDs (Virtual Machine ID) are used by the distributed garbage collector to identify client VMs.
This is my humble implementation :)
No comments:
Post a Comment