Till KTH:s startsida Till KTH:s startsida

Ändringar mellan två versioner

Här visas ändringar i "Loggy - a logical time logger" mellan 2016-08-28 15:51 av Vladimir Vlassov och 2016-08-29 18:32 av Vladimir Vlassov.

Visa < föregående | nästa > ändring.

Loggy - a logical time logger

Keeping track of order of events.

In this homework assignment you are expected to learn how to use logical time in a practical example. The task is to implement a logging procedure that receives log events from a set of workers. The events are tagged with the Lamport time stamp of the worker and the events must be ordered before written to stdout. It is slightly more tricky than one might first think.


* construction.gifLoggy: a logical time logger
At the corresponding reporting seminar you are required to present and demonstrate results of your homework, discuss your findings and problems (if any) you have faced, pros and cons of your solution, and your suggestions on how it can be improved.