Separation of Concerns: Infrastructure & Compute

Separate Async processing compute from compute hosting end user occupied threads. 


They have different scaling, security, acid compliance, eventual consistency and other concerns. 


#Software #Architecture #infrastructure #microservices 

Comments

Popular posts from this blog

IDE Gripes

The World of Conceptual Data Modeling

Thread Local Storage ( Or Async Local Storage in JavaScript World )