用于描述向系统发送相同消息并接收相同响应的术语是什么

发布于 2024-08-28 02:14:29 字数 121 浏览 2 评论 0原文

我在这里寻找一个术语。

在消息传递系统中,您发送一个请求,它会处理并发送一个响应。

如果发送相同的请求,它应该返回相同的响应,(但不一定处理详细信息)

这就像提交财务详细信息两次。

I"m looking for a term here.

in messaging systems you send a request, and it processes and sends a response.

if that same request is sent it should return the same response, (but not necessarily process the details)

This would be like submitting financial details twice.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

淡看悲欢离合 2024-09-04 02:14:29

我认为幂等就是您要找的词。

维基百科说“幂等操作是可以多次应用而不改变结果。”

I think idempotent is the word you're looking for.

Wikipedia says: "Idempotent operations are operations that can be applied multiple times without changing the result."

猥︴琐丶欲为 2024-09-04 02:14:29

您想到的是术语“幂等”吗?

Is the term "idempotent" what you have in mind?

鼻尖触碰 2024-09-04 02:14:29

我认为记忆化可能就是您正在寻找的东西。

记忆函数“记住”
结果对应于某些集合
具体投入。后续调用
记住的输入返回
记住结果而不是
正在重新计算...

I think memoization might be what you're looking for.

A memoized function "remembers" the
results corresponding to some set of
specific inputs. Subsequent calls with
remembered inputs return the
remembered result rather than
recalculating it...

空城之時有危險 2024-09-04 02:14:29

回声?

不确定这是否是您正在寻找的。

Echo?

Not sure if that's what you're looking for though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文