08-06-2009 10:27 AM
I'm trying to get a handel on parallel processes. In the attached VI, I've started with the Producer/Consumer Design Pattern (Events). I want to start two independant processes with two separate button pushes. Each process works, but not independantly. The second process waits for the first process to finish its execution before the second process starts. Can anyone recommend what changes I need to make to be able to make the two process run independantly at the same time?
Thanks in advance.
Solved! Go to Solution.
08-06-2009 10:34 AM
Use two consumer loops and two queues.
Lynn
08-06-2009 10:36 AM
Producer condumer is not running independently by design, you can add a specified timeout to your consumer to allow the bottom process to run independently but this is not really producer consumer, see attached