Computer Science, asked by nitish1292, 1 year ago

Scaling the application can be challenging in _____________ due to conflicting needs of Memory, CPU, IO

Answers

Answered by Geekydude121
3

Scaling the application is difficult  in monolithic application which can create obstacle to frequent deployments.The entire application need to be redeployed in order to update one component.The background task  will be then interrupted  and then can possibly cause lots of problems.This is basically a problem for user interface developers.

Similar questions