Axis2 相对于 WCF 的优缺点

发布于 2024-09-08 10:21:53 字数 284 浏览 0 评论 0原文

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

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

因此,我开始使用 Axis2 来检查这是否可以帮助我们。因此,在开始之前,我想了解 Axis2 相对于 WCF 的优点/缺点,以便你们中的任何人可以分享一篇专门考虑性能的综合文章。

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

We have a WCF Service in our application suits that is being used to synchronize data among the different devices of a same user.

We are facing some trouble with WCF as it leaves high memory footprints on the server and also the degree of concurrency is significantly low. we are using Basic Http Binding.

So, i have started working of Axis2 to check if this can help us in this. So before I start I would like to know Advantages/Disadvantages of Axis2 over WCF so if any of you can share a comprehensive article specially keeping performance in mind.

One biggest Advantage we are seeking is that it is open source and free to use in sense of hosting environment as we can deploy it on Linux platform as well.

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

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

发布评论

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

评论(1

冬天旳寂寞 2024-09-15 10:21:53

我没有使用过 Axis2,尽管我们曾经决定使用它但拒绝了它而转而使用 WCF。这样做的主要原因之一是,如果您遇到困难,没有一个大型的 Axis2 用户社区可以帮助您。此外,我认为关于这个主题的书只有几本。

我们正在研究 Axis2/C,即该框架的 C 版本。我想Java版本会更容易使用一些。您还应该查看有关 Axis2 的早期问题 使用 WS-Trust 与 Axis2 进行 WCF 互操作

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

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