【问题标题】:Why does scaling RESTful services is easier than SOAPful or other webservices? [duplicate]为什么扩展 RESTful 服务比 SOAPful 或其他 Web 服务更容易? [复制]
【发布时间】:2015-10-21 12:59:09
【问题描述】:

在一次采访中,我被问到这个问题。

据我说,两者实际上都在公开服务。

如果扩展实现 SOAPful 服务的 .net 解决方案需要 n 的时间,那么扩展实现 RESTful 服务的 .net 解决方案是否应该花费相同的 n 时间?

【问题讨论】:

标签: c# web-services rest soap horizontal-scaling


【解决方案1】:

简答:REST 中的 S 代表无状态,但您可以使 REST 与 SOAP 一样难以扩展。

及时,我认为您的问题与this 重复。发帖前你搜索过吗?

【讨论】:

  • 很容易找到副本。我在另一个问题中发布了我的答案。请将此问题标记为与该问题重复。 :-)
猜你喜欢
  • 2011-04-07
  • 2011-01-18
  • 2012-07-03
  • 2012-01-19
  • 2012-03-23
  • 1970-01-01
  • 1970-01-01
  • 2018-04-05
  • 1970-01-01
相关资源
最近更新 更多