Flex 中可以使用 Web 服务获取的最大数据大小

发布于 2024-11-17 18:35:24 字数 48 浏览 4 评论 0原文

我想知道在 HTTP/Webservice/RO 情况下可以获取的数据的大小限制。

I want to know the size limit of data which can be fetched in case of HTTP/Webservice/RO.

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

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

发布评论

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

评论(2

江湖彼岸 2024-11-24 18:35:25

任何文件大小限制都不是特定于 Flex 的,而是与所讨论的协议相关 - (据我所知),没有。

但是,值得注意的是,如果您向客户端发送特别大的数据包,您会注意到当数据包被反序列化到客户端内存中时,UI 会冻结。

Any file size limits are not flex specific, but instead relate to the protocols in question - which (AFAIK), there are none.

However, it's worth noting that if you send a particularly large packet size to the client, you will notice that the UI freezes while the packet is deserialized into memory within the client.

弄潮 2024-11-24 18:35:25

我尚未测试大型响应,但发送大型请求存在限制。至少对于 RemoteObject,整个对象必须加载到内存中,因此加载 2gig 会出现 OutOfMemoryError

I haven't tested large responses, but there are limits with sending large requests. At least with RemoteObject, the entire object must be loaded into memory so loading 2gigs would get an OutOfMemoryError.

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