Changes between Version 14 and Version 15 of user_applications


Ignore:
Timestamp:
Nov 20, 2015, 8:57:27 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user_applications

    v14 v15  
    176176
    177177This multi-threaded application makes the decompression of a MJPEG bit-stream contained in a file.
    178 It illustrates the "pipe-line" parallelism, and the message passing programming model, on top of the POSIX threads API, and the MWMR channels API.
     178It illustrates the "multi pipe-line" parallelism. It uses the message passing programming model, on top of the POSIX threads API, and the MWMR communication middleware.
    179179The application is described as a TCG (Task and Communication Graph), and all communications between threads uses MWMR channels.
    180180Each pipeline decompress one complete image, and there is one pipe-line per cluster.