Computer Science, asked by amrata288, 1 year ago

If the only use of lazy lists in a given application is monolithic then that application is

Answers

Answered by dewashishkumar42
6

Answer:If the only use of lazy lists in a given application is monolithic, then that application should use simple suspended lists rather than streams

Explanation:

Answered by shilpa85475
1

If the only use of lazy lists in a given application is monolithic, then that application should use simple suspended lists rather than streams.

Explanation:

Monolithic applications are mainly designed to handle multiple related tasks.

If we consider a monolithic e-commerce SaaS application.

It might consist of a web server, a load balancer, a catalogue service that services product images, an ordering system, a payment function, and a shipping component.

While application streaming is a form of on-demand software distribution.  

It is a related concept to application virtualization, where applications are run directly from a virtual machine on a central server that is completely separate from the local system.

Similar questions