Changes between Version 11 and Version 12 of LibrariesUnderConstruction


Ignore:
Timestamp:
Jan 3, 2009, 9:17:14 PM (14 years ago)
Author:
viboes
Comment:

Adding LUID

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v11 v12  
    518518
    519519---------------------------------------------------------------------------------------------------
     520== LUID ==
     521 * '''Suggested by:''' Vicente J. Botet Escriba 
     522 * '''Description:''' Locally Unique Identifier or LUID is a special type of identifier used in software applications in order to provide a reference number which is unique in a given context (hence, "Locally" in opposition to "Globally" or "Universally"). Each generated LUID is guaranteed to be unique in its context.
     523
     524LUID could have many applications. Some examples follow: creating unique identifiers in a database tables, network messages may be identified with a LUID to ensure that this messages are associated to a given session, transactions may be identified by LUIDs.
     525
     526
     527---------------------------------------------------------------------------------------------------
    520528== !StableVector ==
    521529 * '''Suggested by:'''  Joaquín M López Muñoz
     
    590598== Data structures ==
    591599 * [#Boost.Fsm Fsm]
     600 * [#LUID LUID]
    592601
    593602---------------------------------------------------------------------------------------------------
     
    605614== Memory ==
    606615 * [#Boost.AllocPlus AllocPlus]
     616
    607617
    608618---------------------------------------------------------------------------------------------------