Active Object [AO]

The active object design pattern decouples method execution from method invocation for objects that each reside in their own thread of control. Typically, an active object is constructed using an internal thread and a queue of operations or events that will be executed on the active object’s thread. The goal is to enable concurrency using asynchronous invocation, and to eliminate the need for an object to worry about managing threading details itself: that’s all taken care of under the hood.

From Around the Web

Synonyms:
Actor
Categories: Field Atlas


« Back to Glossary Index

2 Replies to “Active Object [AO]”

Share Your Thoughts

This site uses Akismet to reduce spam. Learn how your comment data is processed.