黑莓:https 非常慢

发布于 2024-10-02 01:31:21 字数 239 浏览 5 评论 0原文

我的应用程序通过 KSoap2 库连接到 .NET Web 服务。当我使用 HttpConnection 时,一切都运行良好并且速度非常快。但是,当我切换到 HttpsConnection 时,该应用程序速度减慢,并且手机冻结。当进行肥皂调用以及从我的应用程序下载文件时会发生这种情况。我知道 https 总是比 http 慢,但是进行通常只需要几分之一秒的简单调用不应该花费几分钟。

以前有人见过这个问题吗?我能做点什么吗?

谢谢

My app connects to a .NET web service via KSoap2 library. When I'm using HttpConnection everything works great and is very fast. However, when i switch to HttpsConnection the app slows down to a crawl and freezes up the phone. This happens when making soap calls as well as downloading files from my app. I know that https is always going to be slower than http, but it shouldn't take minutes to make a simple call that normally takes a fraction of a second.

Has anyone seen this issue before? Anything i can do about it?

Thanks

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

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

发布评论

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

评论(1

在你怀里撒娇 2024-10-09 01:31:21

您在请求/响应中传递了多少数据?我没有注意到 SSL 比我们应用程序中的常规 HTTP 慢 - 但这些请求相对较小(最多几千字节)。

How much data are you passing in the request/response? I haven't noticed SSL to be any slower than regular HTTP in our app - but those are relatively small requests (several kilobytes at most).

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