Operating System - Week 5
During this fifth week in CST 334 on Concurrency, I learned about the concept of threads and how they are used in concurrent programming. I learned how threads can be created and how they can share resources in a program. I also learned about the problems that can happen in concurrent programming.
I learned about the trade-offs between using threads versus using processes in concurrent programming and the situations in which one may be more appropriate than the other. Overall, I gained valuable knowledge of concurrent programming and some of its uses in software development.
Comments
Post a Comment