Skip to search formSkip to main contentSkip to account menu

Reactor pattern

Known as: Reactor 
The reactor design pattern is an event handling pattern for handling service requests delivered concurrently to a service handler by one or more… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2013
2013
Treatment of petroleum refinery wastewater using anaerobic treatment has many advantages over other biological method… 
2007
2007
A key enabler of the recently adopted, assembly-centric development approach for distributed real-time software systems is QoS… 
2006
2006
The growing reliance on services provided by software applications places a high premium on the reliable and efficient operation… 
2006
2006
The design of large-scale, distributed, performance-sensitive systems presents numerous challenges due to their network-centric… 
2005
2005
Society is becoming increasingly reliant on the services provided by distributed, performance sensitive software systems. These… 
Review
2003
Review
2003
Definitive testing of concurrency scenarios has long been a challenging task for developers of concurrent software. Conventional… 
1999
1999
Development of efficient client- server applications involves good knowledge of multithreading and network communication, domains… 
1998
1998
This article focuses on the design and implementation of the Reactor pattern [1], which is contained in the ACE framework [2… 
Highly Cited
1995
Highly Cited
1995
To illustrate the Reactor pattern, consider the event-driven server for a distributed logging service shown in Figure 1. Client… 
1995
1995
Support the demultiplexing and dispatching of multiple event handlers, which are triggered concurrently by multiple events. The…