Skip to content

Deployment

Peter Adams edited this page Sep 16, 2020 · 4 revisions

The OWA framework can be deployed in a number of configuration that allow for the separation of event recording, event queuing, and event processing functions. These different configuration options enable OWA to be run in either a distributed or centralized manner to meet different scalability and management requirements.

Table of Contents

Deployment Scenarios

Centralized Event Recording Queuing, and Processing

This is OWA's simplest deployment mode as only a single instance of OWA is deployed on a single server.

File:owa_deployment_crcqcp.svg

Distributed Event Recording, Centralized Queuing and Processing

This scenario allows for a fan out of event recording across multiple servers.

File:owa_deployment_drcqcp.svg

Distributed Event Recording and Queuing, Centralized Processing

This scenario provides for maximum scalability of event recording and queuing across multiple servers.

File:owa_deployment_drdqcp.svg

Related Documentation

See OWA's different event queueing modes for more information.

Hosting Companies with "one-click" OWA deploys