Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21ecf7fcf600bf5

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