]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blob - doc/RelNotes-0.1.txt
Git should ignore *~ everywhere
[frescor/frsh-forb.git] / doc / RelNotes-0.1.txt
1 FRSH/FORB 0.1
2 =============
3
4 This is the first official release of FRSH/FORB resource reservation
5 framework for real-time and distributed applications.
6
7 The main differences from the version available at the end of FRESCOR
8 project are the following:
9
10 - FRSH WLAN Protocol (FWP) was reworked quite a lot. 
11   * It contains new version of VRES budgeting which handles correctly
12     all corner cases. 
13   * FWP overhead was decreased significantly by allowing sending of
14     packets directly from application threads instead of VRES threads,
15     which are now used only if the budget is exhausted. 
16   * Synchronous send operation was implemented.
17   * New application fwp-timing was developed to measure communication
18     delays and packet looses. It showed that the previously mentioned
19     changes improved FWP parameters.
20 - FRSH API was slightly changed to remove problematic things.
21   See commit b5508fb2d706b33491fbde62a675432300b43542.
22 - Improved logging. Every log message is now prefixed by the name of
23   the process.
24 - Several bugs were fixed:
25   * Race condition in registration of allocators.
26   * Incorrect block id in disk BFQ resource