In LzInstantiator, there are two queues, makeQ and tricklingQ, and the instantiator decided to which one to push pending instances onto depending on the 'istrickling' flag.
What I don't understand is what is the difference between these queues. It looks like eventually both of them are passed to makeSomeViews, which in both cases
does a time-limited amount of work. It looks like in checkQ, the tricklingQ gets priority over the makeQ, but I don't understand the big picture here...
I'm trying to port this code to DHTML, and would like to understand it completely before I go much further so I can test properly..
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
