Joel Liu's Library tagged → View Popular
02 Mar 06
SEDA - Architecture for Highly-Concurrent Server Applications
-
SEDA is an acronym for staged event-driven architecture, and
decomposes a complex, event-driven application into a set of
stages connected by queues. This design
avoids the high overhead associated with thread-based concurrency
models, and decouples event and thread scheduling from application
logic. By performing admission control on each
event queue, the service can be well-conditioned to load, preventing
resources from being overcommitted when demand exceeds service
capacity.
SEDA employs dynamic control to automatically tune runtime parameters
(such as the scheduling parameters of each stage), as well as to
manage load, for example, by performing adaptive load shedding.
Decomposing services into a set of stages also enables modularity and
code reuse, as well as the development of debugging tools for complex
event-driven applications.
1 - 1 of 1
Showing 20▼ items per page
Top Contributors
Groups interested in concurrent
Related Lists on Diigo
-
Designing an Academic Poster
An academic poster is made ...
Items: 5 | Visits: 2
Created by: Shanta Rohse
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
