Click here to Skip to main content
15,920,626 members
Articles / General Programming / Architecture

Strive for Short-Lived Synchronous Communication

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
1 Nov 2021CPOL5 min read 3.7K   5  
Short tip explaining the importance of asynchronous communication
When interacting with a service, asynchronous communication often is a preferred way. However, there might be scenarios when synchronous communication is unavoidable. In this article, we'll look at why and how synchronous should be minimized.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Ukraine Ukraine
Team leader with 8 years of experience in the industry. Applying interest to a various range of topics such as .NET, Go, Typescript and software architecture.

Comments and Discussions