Showing posts with label VMID. Show all posts
Showing posts with label VMID. Show all posts

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 :)