English Dictionary
◊ TOKEN
token
adj : insignificantly small; a matter of form only; "the fee was
nominal"; "a token gesture of resistance"; (`tokenish'
is informal as in "a tokenish gesture") [syn: {nominal},
{token(a)}, {tokenish}]
n 1: an individual instance of a type of symbol; "the word`error'
contains three tokens of `r'" [syn: {item}]
2: a metal or plastic disk that can be used (as a substitute
for coins) in slot machines
3: something of sentimental value [syn: {keepsake}, {souvenir},
{relic}]
English Computing Dictionary
◊ TOKEN
token
1. A basic, grammatically indivisible unit of a
language such as a {keyword}, operator or identifier.
Compare: {lexeme}.
2. (Or "{pumpkin}") An abstact concept passed
between cooperating agents to ensure synchronised access to a
shared resource. Such a token is never duplicated or
destroyed (unless the resource is) and whoever has the token
has exclusive access to the resource it controls. See for
example {token ring}.
If several programmers are working on a program, one
programmer will "have the token" at any time, meaning that
only he can change the program whereas others can only read
it. If someone else wants to modify it he must first obtain
the token.
(1999-02-23)