Liste des Groupes | Revenir à cl ada |
Well, tasks are not only for speeding up code. They can be a very useful design tool (active objects, independant activities). I think the Ada model is clean and simple, I would hate to see it disappear.I agree.
I'm less certain about the value of priorities, [...]
Priorities are just optimization on how to manage cores when there are not enough of them.In some contexts it could be optimization -- for example, to increase throughput in a soft real-time system -- but in hard real-time systems priorities (or deadlines) are needed for correctness, not just for optimizatiion.
I know that people use priorities to guarantee mutual exclusion, and other properties. All these algorithms were designed at the time of mono-CPU machines, but they fail on multi-cores.In SW for multi-core systems it can be beneficial to collect tasks that frequently interact with each other or with the same single-user resources in the same core, and then the mono-core mutual-exclusion algorithms like priority ceiling inheritance can be used for that group of tasks, while using other algorithms for mutual exclusion between tasks running in different cores.
Date | Sujet | # | Auteur | |
5 Sep 24 | Ichbiah 2022 compiler mode | 30 | Kevin Chadwick | |
5 Sep 24 | Re: Ichbiah 2022 compiler mode | 6 | Jeffrey R.Carter | |
5 Sep 24 | Re: Ichbiah 2022 compiler mode | 2 | Bill Findlay | |
5 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Jeffrey R.Carter | |
5 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Kevin Chadwick | |
5 Sep 24 | Re: Ichbiah 2022 compiler mode | 2 | Kevin Chadwick | |
5 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Jeffrey R.Carter | |
6 Sep 24 | Re: Ichbiah 2022 compiler mode | 21 | Randy Brukardt | |
6 Sep 24 | Re: Ichbiah 2022 compiler mode | 5 | Lawrence D'Oliveiro | |
12 Sep 24 | Re: Ichbiah 2022 compiler mode | 4 | Randy Brukardt | |
13 Sep 24 | Re: Ichbiah 2022 compiler mode | 3 | Lawrence D'Oliveiro | |
14 Sep 24 | Re: Ichbiah 2022 compiler mode | 2 | Randy Brukardt | |
14 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Lawrence D'Oliveiro | |
6 Sep 24 | Re: Ichbiah 2022 compiler mode | 15 | Simon Wright | |
7 Sep 24 | Re: Ichbiah 2022 compiler mode | 14 | Niklas Holsti | |
7 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Nioclás Pól Caileán de Ghloucester | |
12 Sep 24 | Re: Ichbiah 2022 compiler mode | 12 | Randy Brukardt | |
12 Sep 24 | Re: Ichbiah 2022 compiler mode | 5 | Niklas Holsti | |
12 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Dmitry A. Kazakov | |
12 Sep 24 | Re: Ichbiah 2022 compiler mode | 3 | Kevin Chadwick | |
12 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Niklas Holsti | |
13 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Nioclás Pól Caileán de Ghloucester | |
12 Sep 24 | Re: Ichbiah 2022 compiler mode | 6 | J-P. Rosen | |
12 Sep 24 | Re: Ichbiah 2022 compiler mode | 5 | Niklas Holsti | |
14 Sep 24 | Re: Ichbiah 2022 compiler mode | 4 | Randy Brukardt | |
14 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Dmitry A. Kazakov | |
14 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Lawrence D'Oliveiro | |
14 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Niklas Holsti | |
6 Sep 24 | Re: Ichbiah 2022 compiler mode | 2 | Jeffrey R.Carter | |
6 Sep 24 | Re: Ichbiah 2022 compiler mode | 1 | Nioclás Pól Caileán de Ghloucester |
Les messages affichés proviennent d'usenet.