» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with HTTP-Servers + License:BSD

SEDA: An Architecture for Highly Concurrent Server Applications

SEDA 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.