Search code examples
apache-flexweb-servicesactionscript-3httpremoteobject

Maximum size of data which can be fetched using web service in Flex


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


Solution

  • 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.