[Laszlo-user] Image Loading is ordered / queued (solo modus)? Tuning the Image-Loading
Sebastian Wagner
seba.wagner at gmail.com
Thu Oct 30 05:55:10 PDT 2008
indeed:
LzLoadQueue.maxOpen = 1000;
does lead to some missing Images, while
LzLoadQueue.maxOpen = 100;
does increase loading of Images
thanks,
sebastian
2008/10/30 P T Withington <ptw at pobox.com>
> 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
>>
>
>
--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wagner at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-user/attachments/20081030/6a0f871b/attachment.html
More information about the Laszlo-user
mailing list