> I decided to use this bulkloader for my next project. My doubt is
> about memory management. will removeAll() removes everything? or i
> need to call clear() also?
Hm.. not really. If you call removeAll, you'll loose all references to
previous loading items (and regain that memory once the VM thinks it's
time). But, some of the internal state for bulkloader will be kept
(which should be awfully small). Once you call "clear", those internal
variables are cleared but you'll not be able to reuse that BulkLoader
instance again. For most usage cases, removeAll is more than enough.
Yes, you can load swfs, for AVM1 and 2.
Best regards
Arthur
>
> regards
> Harilal K M
>
> --
> You received this message because you are subscribed to the Google Groups "BulkLoader users" group.
> To post to this group, send email to bulkload...@googlegroups.com.
> To unsubscribe from this group, send email to bulkloader-use...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bulkloader-users?hl=en.
>
>
--
Arthur Debert
www.stimuli.com.br
Or you might want to use complete handlers to decide on which items to
load and so on.
This is all dependent on your application logic, and which tradeoffs
you're willing to make regarding memory usage, bandwidth, server
resources and perceived user responses.
All in all, 13 swf is not a very large number at all. Unless most of
them are many megabytes in size, you should be fine. We routinely use
hundred of assets loading at runtime.
As usual. the best advice is: profile. Build your application and
measure all the variables you need. Lather, rinse, repeat.
Best regards
--
Arthur Debert
www.stimuli.com.br