I need an advice about which design architecture for simple multiple process in c language I should use.
It is supposed to be a simple program that creates a number of child process and executes, sleeps and after exit to let other child processes work.
Which one you would prefer to choose as a architecture?
Data Flow -> Batch Sequential
Call and Return -> Main program/sub program or Classical Object
Interacting Process -> Communicating Process or Distrubuted
Data-Centered Repository -> Client server etc