06-18-2010 06:35 AM
What is the difference between Producer Consumer Architecture and Master Slave Architecture.
I know where to use Producer Consumer Architecture. But in what scenarios will Master Slave Architecture be useful.
06-21-2010 03:25 PM
http://zone.ni.com/devzone/cda/tut/p/id/3022
http://zone.ni.com/devzone/cda/tut/p/id/3023
try these links for some info.
06-22-2010 12:15 AM
But why is it that notifier is preferred in Master Slave architecture and queues in Prod Consumer architecture?
Why can't we use queues for implementing Master Slave Architecture? What is the advantage of using queues in Master Slave Architecture?