2

我们的应用程序套装中有一个 WCF 服务,用于在同一用户的不同设备之间同步数据。

我们在使用 WCF 时遇到了一些麻烦,因为它在服务器上留下了很高的内存占用,而且并发程度也很低。我们正在使用基本 Http 绑定。

所以,我已经开始使用 Axis2 来检查这是否可以帮助我们。所以在我开始之前,我想知道 Axis2 相对于 WCF 的优点/缺点,所以如果你们中的任何人都可以分享一篇综合性的文章,特别是牢记性能。

我们正在寻求的一个最大优势是它是开源的,并且在托管环境的意义上可以免费使用,因为我们也可以将它部署在 Linux 平台上。

4

1 回答 1

1

I haven't used Axis2, although we once decided to use it but rejected it in favor of WCF. One of the primary reasons for doing so was that there isn't a large community of people using Axis2 who can help you out if you are stuck somewhere. Additionally, there are, I think, only a couple of books on the topic.

We were looking at the Axis2/C, the C version of the framework. I guess the Java version would be a bit easier to use. You should also check out an earlier question regarding Axis2 WCF Interop with Axis2 using WS-Trust

于 2010-07-01T05:51:07.637 回答