Changes between Version 3 and Version 4 of Tbroadcast


Ignore:
Timestamp:
Nov 27, 2006, 3:30:18 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Vincent Garonne/emailAddress=garonne@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tbroadcast

    v3 v4  
    7575}}}
    7676
     77== Notes ==
     78
     79Due to the parallel nature of threads, you have to keep some things in mind to do not use simultaneous threads for tasks were they compete for a single, scarce resource (e.g. a harddisk or stdout). This will probably be slower than taking a serialized approach, i.d. classic cmt broadcast.
     80
    7781== References ==
    7882