[Laszlo-user] Image Loading is ordered / queued (solo modus)? Tuning the Image-Loading
P T Withington
ptw at pobox.com
Thu Oct 30 04:07:13 PDT 2008
There is a throttle because in the past some runtime/browser
combinations would silently discard requests if you made too many
simultaneously. The current setting is:
LzLoadQueue.maxOpen = 8;
AFAICT, this limit is only enforced for swf8.
On 2008-10-30, at 04:55EDT, Sebastian Wagner wrote:
> hi,
>
> in case you initialize two images at the same time like:
> new lz.image(this,{src:"myimage1.jpg"});
> new lz.image(this,{src:"myimage2.jpg"});
>
> will the calls for these Images go out parallel?
> I am using the Solo-Modus in this case.
>
> Is there internal a call to a static Loader-Queue which brings the
> Image
> loading into a sequence?
> I would like to bypass that Queue to make the Loading go faster.
>
> any idea how to tune that?
> I am using OL 4.0.12
>
> sebastian
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> seba.wagner at gmail.com
More information about the Laszlo-user
mailing list