Atom

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

Latest Cloud-Native Development Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…