Atom

Why Trust Techopedia

What Does Atom Mean?

Atom is a concurrent and domain specific programming language that is used for real-time and embedded applications. It features compile time task scheduling and produces code with improved memory usage and execution time. Atom’s concurrency model eliminates requirements for mutual exclusion algorithms.

Advertisements

Techopedia Explains Atom

Developed in 2007, Atom was released as open source in April of that year. It was designed to maximize operations executed in a given clock cycle without violating atomic operation semantics. However, Atom also balances processing loads and minimizes timing latencies.

Atom’s circuit description is comprised of a set of state elements and rules. Every rule is made up of two components: state updates and enabling conditions. When rules are enabled, actions are selected to execute atomically. Rules are assigned linear and global priority, and multiple rules may be written to the same state element. Data dependencies between rules form a graph. Cyclic graphs are preferred as rules and may be sequentially composed. Compilers order rules to minimize edges that feed back from low to high priority rules. Because rule pairs are mutually exclusive, edges are not critical for a rule data dependency graph.

Atom objects (also known as active objects) are active entities similar to multithreaded servers. All processed messages create new threads within objects. Threads are sometimes created simultaneously during the creation of an object to execute internal activities. Thread execution is not preemptive, and only one thread is active in an object at a time. Threads relate to activation conditions that determine object states compatible with execution. Atom models are associated with features (like state notification, abstract states and state predicates) and are integrated with message passing and thread scheduling.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…