My question is generally about the execution of the labview code. How does it run?! Most PCs that the labview codes run on them have a single processor and so naturally the program will eventually run sequentially on it. So, how does labview work then?! and if labview is compiled to a sequential code, what schediling scheme is uses? i.e. if there are multiple paralle path that all can run once they have enough data on their input, then which one will run first?! I really appreciate if someone could help me with this issue.
thanks,
-A