Task Synchronisation – Part 2: Multiple Tasks and RTOS APIs
16 November 2009First off, apologies for the delay in this follow up to the previous post Task Synchronisation, it has been a mad couple off weeks with a combination of vacation and work. In the previous post I looked at the foundation of task synchronization demonstrating there areĀ range of synchronisation models (bilateral/unilateral, persistent/non-persistent, etc.). In this [...]
Task Synchronisation
15 October 2009Synchronisation is an everyday event, both in the real-world and the computer program. For example meeting a friend for a coffee requires synchronisation, in that both parties need to arrive within a given timeframe to make the event worthwhile (sometimes referred to as a rendezvous – however this tends to have more romantic implications). Alternatively, [...]