UC3M

Telematic/Audiovisual Syst./Communication Syst. Engineering

Systems Architecture

September 2017 - January 2018

Milestone 5: Concurrent autosave

In-class activities

1.  Autosaving functionality

Resources

  • Your team project

Work Plan

  1. Using as departing point your proyect, you should include an "autosave" functionality. This functionality is supported by a a thread that stores a copy of the program structures every minute in a all_info.back file. Note: this should block the access to all your internal data structures (you may use a mutex).