Talk:Reactor pattern

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Suggested improvement...[edit]

The reactor design pattern is an event handling pattern that serializes potentially concurrent requests and processes them synchronously. Immediate benefits include the need for only a single thread to host request processors and no potential for blocking as may occur when multiple requests are being concurrently processed. — Preceding unsigned comment added by 99.245.3.15 (talk) 01:01, 14 June 2013 (UTC)[reply]