Serial Processing
Serial processing is processing that occurs sequentially. There is an
explicit order in which operations occur and in general the results of
one action are known before a next action is considered. Serial
processing systems may mimic the action of parallel systems, albeit
with a concurrent (and usually serious) loss in efficiency. Compare to parallel processing.
Architectures having this agent property include:
Go to the List of Common Agent Properties.
Return to the Table of Contents.
Current Location: Common - Properties-Serial Processing