RAA - uuid/1.0.1

uuid / 1.0.1

Short description: UUID generator
Category: Library/Distributed Computing
Status: stable
Created: 2005-11-23 07:48:13 GMT
Last update: 2005-11-23 07:48:13 GMT
Owner: Assaf (Projects of this owner)
Homepage: http://trac.labnotes.org/cgi-bin/trac.cgi/wiki/Ruby/UuidGenerator
Download: http://rubyforge.org/projects/reliable-msg/
License: OpenSource
Dependency:
Required by: reliable-msg/1.1.0 UUID generator
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.

This release introduces a new Gem, separate from the reliable-msg project, for use in other Ruby applications.

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

Edit this project (for project owner)

back to RAA top