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

Popular posts from this blog

Learning Journal Final Entry...

Software Engineering - Week 8

Computer Networks - Week 8