On 24 Oct 2006, at 11:04, Trausti Thor Johannsson wrote:
Does RB have any queue ? meaning, when I want to run hundreds/ thousands of operations, I could set them into a queue, and that would then be run for me, and give me a status ?
It doesn't have a formalised system for doing this, but then I've not really come across many programming environments that do.
It's not that difficult to implement yourself using arrays or linked lists of objects, and threads.
-- Kind regards, James Milne _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
