atomic
adj.
of or pertaining to atoms; that employs nuclear enery; originating from destructive energy from the release of atomic energy (of weapons); infinitesimal
Atom
Atom (standard)
The name Atom applies to a pair of related standards. The Atom Syndication Format is an
XML language used for
web feeds, while the Atom Publishing Protocol (APP is the acronym, but it is referred to as 'AtomPub' for short) is a simple
HTTP-based protocol for creating and updating Web resources. Web feeds allow
software programs to check for updates published on a web site. To provide a web feed, a site owner may use specialized software (such as a
content management system) that publishes a list (or "feed") of recent articles or content in a standardized, machine-readable format. The feed can then be downloaded by web sites that syndicate content from the feed, or by
feed reader programs that allow Internet users to subscribe to feeds and view their content.
See more at Wikipedia.org...
atomic
Adjective
1. of or relating to or comprising atoms; "atomic structure"; "atomic hydrogen"
(pertainym) atom
2. (weapons) deriving destructive energy from the release of atomic energy; "nuclear war"; "nuclear weapons"; "atomic bombs"
(synonym) nuclear
(similar) thermonuclear
3. immeasurably small
(synonym) atomlike, minute
(similar) microscopic, microscopical, small
Atomic
(a.)
Alt. of Atomical
Webster's Revised Unabridged Dictionary (1913), edited by Noah Porter.
About
atomic
<
jargon> (From Greek "atomos", indivisible) Indivisible; cannot be split up.
For example, an instruction may be said to do several things "atomically", i.e. all the things are done immediately, and there is no chance of the instruction being half-completed or of another being interspersed. Used especially to convey that an operation cannot be interrupted.
An atomic
data type has no internal structure visible to the program. It can be represented by a flat
domain (all elements are equally defined). Machine
integers and
Booleans are two examples.
An atomic
database transaction is one which is guaranteed to complete successfully or not at all. If an error prevents a partially-performed transaction from proceeding to completion, it must be "backed out" to prevent the database being left in an inconsistent state.
[
Jargon File]
(2000-04-03)
(c) Copyright 1993 by Denis Howe