Flex application scalability and compatability -


  1. how flex app in handling large amount of data (say, reporting kind of application)

  2. are there memory management issues need kept in mind while developing such app

  3. are there issues in running flex app on mac?

1) great long you're not transferring huge amounts of data @ 1 time using httpservice. amf remoting amfphp runs super fast.

2) flash player runs on clients machine, need make sure aren't using more memory have available.

3) if remember right flash player kind of weak on mac, slower pcs haven't bench-marked them in while


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -