Hello all,
I would like to know what all are the parameters which decides we should use a single process for an application or multiple processes?
In case of my application I have multiple inputs being received at different frequency from serial ports.
Independent inputs triggers independent functions but the independent different functions leads to only 2 outcomes/ outputs.
Can anyone help me on this, using processes with IPC (as i need to share the information) or single process approach with handling interrupts in ISR, or an application with single process and multiple threads with signals will be helpful??
Thanks in anticipation!!!
Sharat


LinkBack URL
About LinkBacks




Reply With Quote



Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum