有人使用 WS-AtomicTransaction 协议通过 Internet 传播 WCF 中的事务吗?

发布于 2024-09-27 18:58:54 字数 133 浏览 0 评论 0原文

只是好奇,是否有人在生产中使用 WS-AT 协议通过 Internet 在 WCF 中传播事务(wsHttpBinding)? 部署/支持困难吗? 保持 WS-AT 端口开放是一个好方法吗? 或者也许有一个自定义解决方案来支持交易更好?你觉得怎么样?

Just curious, did anybody use WS-AT protocol to propagate transactions in WCF over the Internet in production(wsHttpBinding)?
Is it hard to deploy/support?
Is it a good approach to keep a WS-AT port open?
Or maybe it is better to have a custom solution to support transactions? What do u think?

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

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

发布评论

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

评论(1

樱花坊 2024-10-04 18:58:54

我们还没有使用过它。

主要原因是我们认为这不是一个好主意。

问题是您随后允许互联网上的客户端锁定您的系统。如果客户端失去连接会发生什么?然后,您的系统上就会有锁,必须等待超时。

您会降低系统的可扩展性并使其容易受到拒绝服务攻击。

We have not used it.

Main reason is that we do not think that it is a good idea.

The problem is that you are then allowing a client on the internet to take a lock on your system. What happens if the client looses connection? You then have locks on your system that must wait for a timeout.

You reduce the scalability of the system and leave it open to denial of service attacks.

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