Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是好奇,是否有人在生产中使用 WS-AT 协议通过 Internet 传播 WCF 中的事务(wsHttpBinding)?很难部署/支持吗?保持 WS-AT 端口打开是一种好方法吗?或者最好有一个自定义的解决方案来支持交易?你怎么看?
我们没有使用它。
主要原因是我们认为这不是一个好主意。
问题是您随后允许 Internet 上的客户端锁定您的系统。如果客户端失去连接会发生什么?然后,您的系统上有锁,必须等待超时。
您降低了系统的可扩展性并使其容易受到拒绝服务攻击。