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.
我在黑莓中开发了一个使用 .asmx Web 服务的应用程序,当互联网连接速度很慢时,来自 Web 服务的响应很慢。您认为使用 WCF Web 服务而不是 .asmx Web 服务可以在通信方面有所作为吗?我可以使数据传输快吗?
如果只是“互联网连接速度慢”,那么除了减少正在传输的数据的占用空间之外,您无能为力。根据数据类型,您可以查看在客户端和服务器之间压缩内容。
显然,您需要进行自己的基准测试,以确保不会因额外的 CPU 处理而导致更多延迟。