Preface
For Web services, the main way to improve scalability is to change time-consuming synchronous work to asynchronous processing, thereby allowing this work to be "outsourced" to multiple Workers, or complete the predictable parts in advance
(From Scalability_System Design Notes 1)
So, what's the relationship between asynchronous mechanism and scalability?
This starts with the advantages of (asynchronous) parallel processing
Purchase required to continue
This is a paid article. After signing in, your purchase will be unlocked automatically.
No comments yet. Be the first to share your thoughts.