The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::STUID - Yet Another Unique ID Generator

SYNOPSIS

# see Data::STUID::Server
#     Data::STUID::Client
#     Data::STUID::Generator

DESCRIPTION

Minimalistic unique ID generator. Main logic ported from STF (http://github.com/stf-storage/stf).

The generated IDs are always in 64bit range, and can be ordered sequentially, so it's easy to use for sort operations.

SAMPLE SERVER SETUP

For programmatic usage, see Data::STUID::Server

SAMPLE CLIENT SETUP

For programmatic usage, see Data::STUID::Client

AUTHOR

Daisuke Maki <daisuke@endeworks.jp>