RAA - uuid

uuid / 2.0.0

Short description: UUID generator
Category: Library/Distributed Computing
Status: stable
Created: 2005-11-23 07:48:13 GMT
Last update: 2008-08-28 07:24:45 GMT
Owner: Assaf (Projects of this owner)
Homepage: http://github.com/assaf/uuid
Download: http://rubyforge.org/projects/reliable-msg/
License: BSD-type
Dependency:
None
Description:

UUIDs (Universally Unique Identifiers) are primarily used in distributed applications to generate identifiers that do not conflict.

This UUID generator is based on RFC 4122, and uses the time-based format, allowing for up to 10 million unique identifiers per machine per second.

A 48-bit node identifier prevents identifier conflicts between machines. The setup script automatically discovers a node identifier from one of the network cards MAC address on your machine.

Versions: [2.0.0 (2008-08-28)] [1.0.1 (2005-11-23)]

Edit this project (for project owner)

back to RAA top