Jump to content

Talk:Reactor pattern

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Suggested improvement...

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]