0

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

halfer
  • 19,824
  • 17
  • 99
  • 186
  • What have you considered so far? Can you be more specific about the program's requirements? – Noich Nov 26 '13 at 13:17
  • requirements are actually not complex. Main program is suppose to create a number of child. Action of child process are creation execution, sleep and exit. Every action of children must be written in a shared log file. Those are the only requirements that program has – user3036497 Nov 26 '13 at 14:17

0 Answers0