15.16. Synchronous/Asynchronous

简介:

举几个例子

synchronous (同步)

  1. 用户登录

  2. 商品价格与相关计算

asynchronous(异步)

  1. 批量操作建议使用异步方式

  2. 消息广播操作

用户注册,发帖与评论。采用同步或异步均可,还要看你的具体情况而且。





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
4月前
|
XML JSON 前端开发
Asynchronous
【7月更文挑战第6天】
57 5
|
1月前
transaction 2 failed while formatting outputs from RPC
transaction 2 failed while formatting outputs from RPC
17 0
|
3月前
|
SQL Java 数据库连接
成功解决:was not registered for synchronization because synchronization is not active
这篇文章是关于解决Mybatis在同步过程中出现"was not registered for synchronization because synchronization is not active"错误的技术博客。
成功解决:was not registered for synchronization because synchronization is not active
|
3月前
|
监控 NoSQL Redis
Asynchronous AOF fsync is taking too long (disk is busy?). Writing the AOF buffer without waiting for fsync to complete, this may slow down Redis.
Asynchronous AOF fsync is taking too long (disk is busy?). Writing the AOF buffer without waiting for fsync to complete, this may slow down Redis.
|
6月前
|
前端开发 JavaScript
Synchronous
Synchronous(同步)和sync(同步函数)是JavaScript中用于处理同步操作的关键概念。
76 2
|
6月前
|
前端开发 JavaScript
Asynchronous, async
Asynchronous(异步)和async(async函数)是JavaScript中用于处理异步操作的关键概念。
53 7
2.5 Gathering Writes
2.5 Gathering Writes
66 0
|
前端开发
同步(Synchronous)和异步(Asynchronous)的理解和区别讲解
同步(Synchronous)和异步(Asynchronous)的理解和区别讲解
648 0
|
缓存 关系型数据库
PG的synchronous_commit
PG的synchronous_commit
228 0