Remove Architecture Remove Event Remove Scalability
article thumbnail

Rapid Event Notification System at Netflix

The Netflix TechBlog

To this end, we developed a Rapid Event Notification System (RENO) to support use cases that require server initiated communication with devices in a scalable and extensible manner. In this blog post, we will give an overview of the Rapid Event Notification System at Netflix and share some of the learnings we gained along the way.

Systems 334
article thumbnail

Mastering Scalability and Performance: A Deep Dive Into Azure Load Balancing Options

DZone

As organizations increasingly migrate their applications to the cloud, efficient and scalable load balancing becomes pivotal for ensuring optimal performance and high availability. Load balancing is a critical component in cloud architectures for various reasons.

Azure 287
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Architecture Patterns: Publish/Subscribe

DZone

The Publish/Subscribe (Pub/Sub) pattern is a widely-used software architecture paradigm, particularly relevant in the design of distributed, messaging-driven systems. The communication framework is decoupled, scalable, and dynamic, making it useful for addressing complex software requirements in modern application development.

article thumbnail

Exploring the Architecture of Amazon SQS

DZone

This is widely used to build event-driven systems or decouple services on AWS. Benefits of Amazon SQS Amazon SQS is a highly reliable and scalable message queuing service that enables you to reliably connect your applications. It provides the following benefits:

article thumbnail

Event Sourcing Explained: Building Robust Systems With Immutable Event Logs

DZone

An architectural pattern named Event Sourcing is gaining more and more recognition from developers who aim for strong and scalable systems. This article is aimed at software architects, system developers, and project managers who might be contemplating or are already engaged in integrating Event Sourcing into their systems.

Systems 130
article thumbnail

AWS serverless services: Exploring your options

Dynatrace

To get a better understanding of AWS serverless, we’ll first explore the basics of serverless architectures, review AWS serverless offerings, and explore common use cases. Serverless architecture: A primer. Serverless architecture shifts application hosting functions away from local servers onto those managed by providers.

article thumbnail

Efficient Message Distribution Using AWS SNS Fanout

DZone

In the world of cloud computing and event-driven applications, efficiency and flexibility are absolute necessities. A proper architecture ensures that there are no bottlenecks in the movement of messages. A smooth flow of messages in an event-driven application is the key to its performance and efficiency.