Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Reactor pattern

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 13 years ago by 99.245.3.15 in topic Suggested improvement...

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