Advertisement
Guest User

HTML Java script MYSQL programmers dev..(elmo)

a guest
Jan 24th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.90 KB | None | 0 0
  1. I got an exam question and didn't know answer.
  2. The task was:
  3.  
  4. ----------
  5.  
  6. A programmer would like to create a very fast application, hence it organizes its software in 13 processes (a parent and 12 children), all running in parallel. <br/>
  7. Child threads are very :
  8.  
  9. 1. I/O-intensive, hence make very frequent use of system calls (read/write from files/pipes/sockets, write on standard output, etc.)
  10. 2. CPU intensive, hence make very frequent use of system calls: <br/>
  11.  
  12. Describe when this would be a good choice, when this would be a bad choice, and motivate your answer.
  13.  
  14. ----
  15. Number 1 and 2, are different questions. So answer should be for both. Good and bad sides of I/O intensive, good and bad sides of CPU intensive. <br/>
  16. * Sorry for inappropriate topic, I changed it. <br/>
  17. * "Child Threads" was on exam paper. So I copied it. I think, my professor wanted to write "process"
  18.  
  19. ----
  20. Thank you
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement