Flex 远程对象压缩

发布于 2024-09-13 04:11:47 字数 101 浏览 5 评论 0原文

我有一个 Flex 应用程序,它向服务器发送/接收大量数据。带宽占用率高。 我正在使用 RemoteObject 发送 XML(Java 中的文档)。所以我想压缩这个 XML 并减小大小。

I have a Flex application which sends/receive a lot of data to/from the server. The bandwidth usage is high.
I'm using RemoteObject to send an XML(Document in Java). So I'd like to compress this XML and reduce the size.

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

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

发布评论

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

评论(1

朦胧时间 2024-09-20 04:11:47

不要将 RemoteObject 与 XML 数据一起使用。它否定了使用 XML 网关的所有好处。

使用 HTTPService 并在 Web 服务器上启用 GZIP 压缩。

有关详细信息,请参阅此问题的答案< /a>

Don't use RemoteObject with XML Data. It negates all the benefits of using the XML Gateway.

Use HTTPService and enable GZIP compression on your web server.

For more info, see the answers to this this question

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