Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
5 user(s) are online (5 user(s) are browsing encyclopedia)

Members: 0
Guests: 5

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

SEDA

SEDA is an acronym for s taged e vent- d riven a rchitecture, and decomposes a complex, event-driven Software computer program into a set of stages connected by queues. This design avoids the high overhead associated with thread (computer science)-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.

=External links=

  • [http://www.eecs.harvard.edu/~mdw/proj/seda/ SEDA: An Architecture for Highly Concurrent Server Applications] from Harvard University
  • [http://jcyclone.org/ JCyclone: Java open source implementation of SEDA]