Re: "Supergreen" theory
Posted: Sat May 18, 2013 12:36 am
MyCo wrote:tester wrote:If in the schematic a lot of triggers are wandering in "paralel" threads
No, all triggers run in the same Thread! They are serialized. So there are never 2 or more triggers at the same time!tester wrote:is there a hidden rule that decides which triggers have greater priority than the others?
The rule isn't hidden, it's called trigger order. That are those gray markers, that you can see on connections.
Let me specify my first question/concern. I mean a situation in which triggers originate from certain/one source, but then they follow parts of schematic that are independent from each other ("tree" so to speak). So I'm not sure how the trigger order is related to this aspect, because each "branch" of that tree has it's own events (like need for user interaction to generate something new, or timers that break john into mark and sam instead of john1 and john2), events that break the original order of total flow of triggers. Yes, I understand (I follow you), that triggers are re-serialized then again, but even if so - my question goes back to priorities of how the whole thing is put together then, or - what kind of influence schematic can have on that. Do you have any experience with it?
Anyway by paralel threads I mean paralel/independent on schematic, not in regards to CPU. Sorry for confusion.