2015年6月10日水曜日

HW#4 Message Queue

HW#4 Message Queue (lec 7)

Summary: Design a three task application with producers and consumers (similar to the assignment #10)

------------


Design a three task application with producers and consumers (similar to the previous exercise)
two producers (writers) which send data into the shared queue
a consumer (reader) which receives each item and prints that

This time pass compound datatypes (structures) instead long or int into the messages queues

Also, make both the writers (equal) higher priority compared to the reader task – you may have to make further changes to get everything reliably working (with no queue overflows, etc.)

Observe how the schedule changes

Describe the schedule in brief notes (just a few lines)

-------------

EX10
HW4
EX11-14
HW5
HW6

0 件のコメント:

コメントを投稿