Author Topic: What are the suggested maximum values or limits?  (Read 588 times)

MPete

  • Full Member
  • ***
  • Posts: 62
What are the suggested maximum values or limits?
« on: November 23, 2009, 01:47:41 PM »
I want to flog my MegaZine the brink of system failure while running like a dream. With this in mind, what are MegaZine's limits (if any) in terms of page/cache performance and standard graphics cards/ram available?

- Number of pages per publication (ie 1,000, 100,000?)
- Number of links per page (ie 100, 500?) - linking every word or picture tile is a real example of this
- Physical size of swf/jpg page (ie A1, 10 metres wide?) - panoramas, mapping tiles, mosaics which high level of detail
- File size of swf/jpg page (ie will a 50Mb file load in a single page?)
- Maxzoom value (2000% is the most zoom for flash I think, is this the same with MegaZine?)
- file size or total objects in the xml file (are there any technical limitations such as 32,000 or 64,000 or memory limits?)
- total assets/layers loaded into one page?
- most transparent layers
- most pages in cache (is this a ram issue?)

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1413
  • MegaZine3 Developer
    • MegaZine3
Re: What are the suggested maximum values or limits?
« Reply #1 on: November 23, 2009, 03:26:19 PM »
Never really went that far, so I have no idea... but some guesses

- Number of pages: should be possible to have fairly high numbers there, as the basic page description has a very low memory footprint.
- Might be a better idea to do this inside a loaded swf. To not block the engine while loading there's a short forced delay between initialized elements, so after a certain number of elements it just takes a lot of time to initialize all links (in the case they're realized using <area>s e.g.)... I've two pages each with roughly 100 areas in my test book, and it takes about 3 seconds (looks funny seeing them load sequentially, though [they have an overlay]).
- Flash itself has a limit regarding image sizes, which is 2880x2880 if I'm not mistaken. If it's bigger than that buffering won't work anymore, and who knows what else.
- Maxzoom: no idea, feel free to try ;)
- You'd probably run into memory limits before running into indexing ones. Can't estimate any numbers, though.
- See links.
- Transparency: no actual limit, it's just a matter of how fast the machine you're using is. Transparency is one of the best way's to kill performance in Flash, though, so not many layers, I'd say.
- Loaded pages: indeed, this is a memory / ram thingy, thus depends on the client machine.
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.