Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What do synchronous asynchrony and blocking non-blocking mean in multithreading?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains the meaning of "synchronous asynchrony and blocking non-blocking in multithreading". The explanation in this article is simple and clear and easy to learn and understand. let's go deep into the editor's train of thought. Let's study and learn what synchronous asynchrony and blocking non-blocking mean respectively in multithreading.

Synchronous async: server behavior. Whether the callee takes the initiative to tell the caller the result.

Blocking non-blocking: requestor behavior. I am the caller. After I call something, can I do anything else before the result is returned.

Synchronization: synchronous async here refers to the behavior of the callee (that is, the server), not the behavior of the requester. The server does not return any results until it gets the results.

Async: after the call is made, the server returns immediately, telling the caller, "I have received your request and I will handle it."

Thank you for your reading, the above is the content of "what is the meaning of synchronous asynchrony and blocking non-blocking in multithreading", after the study of this article, I believe you have a deeper understanding of the meaning of synchronous asynchrony and blocking non-blocking in multithreading, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report