Capacity Types
While creating a Stream
, you have to set the maximum number of concurrent users and the capacity management approach for your Stream
.
Capacity Management methods allow you to manage your Stream capacity without any coding requirements. According to your Capacity Management selection, the system will automatically orchestrate Stream Machines up to your capacity selection per region.
Cost Optimized Method
Cost Optimized method will manage your Stream Machines in the most cost-efficient way.
The system will only start a Stream Machine when a visitor connects to your Stream, and terminates the Stream Machine based on the limitation settings once the Visitor Session ends.
As the system will start a new Stream Machine for each new visitor, connection times will be around 2 minutes for your visitors.
Usage Areas: Internally Developed Application Demo
Balanced Method
Balanced method will manage your Stream Machines to keep the balance between both cost efficiency and availability perspectives.
The system will keep a defined number of idle Reserved Stream Machines and keep them active for your visitors as long as the stream is running. When a visitor connects to an idle Reserved Stream Machine or leaves a Stream Machine, the system will scale up and down to maintain the number of idle Reserved Stream Machines to balance your budget and availability.
Usage Areas: Showcase & Product Configurator Applications for Sales Teams, Online Product Demos
Availability Optimized Method
Availability Optimized method will automatically run all your available capacities in each region and keep them ready for your visitors to provide less than 10 seconds of connection times.
Usage Areas: Live Events, Virtual Exhibitions
Last updated