kutayeroglu / t-seconds-of-fame

COMP304 Operating Systems Project - scheduling, synchronisation, multi- threading and deadlock prevention

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t-seconds-of-fame

COMP304 Operating Systems Project 2- Scheduling, synchronization, multi-threading and deadlock prevention

Summary

-We mainly followed the recommendations in the pdf. Breaking news, commentators and the moderator has their own functions. They are named breaking_function, commentator_function and moderator_function respectively. -For sleep purposes we use the provided implementation of pthread_sleep -For each commentator we create a new thread.

What works: PART1 and PART2 work as described in the pdf.

What partially works: Logging. -Minute display does not work properly.

What does not work:

About

COMP304 Operating Systems Project - scheduling, synchronisation, multi- threading and deadlock prevention


Languages

Language:C 100.0%