FairThreads: mixing cooperative and preemptive threads in C - Inria - Institut national de recherche en sciences et technologies du numérique Accéder directement au contenu
Rapport Année : 2003

FairThreads: mixing cooperative and preemptive threads in C

Résumé

FairThreads offers a very simple framework for concurrent and parallel programming. Basically, it defines schedulers which are synchronization servers, to which fair threads are linked. All threads linked to the same scheduler are executed in a cooperative way, at the same pace, and they can synchronize and communicate using broadcast events. Threads which are not linked to any scheduler are executed by the OS in a preemptive way, at their own pace. FairThreads defines automata to deal with small, short-lived tasks, which do not need the full power of native threads. Automata have lightweight implementation and are not subject to some limitations of native threads. The implementation in C is based on the pthreads library. Several fair schedulers, executed by distinct pthreads, can be used simultaneously in the same program. Using several schedulers and unlinked threads, programmers can take benefit of multiprocessors machines (basically, SMP architectures)

Domaines

Autre [cs.OH]
Fichier principal
Vignette du fichier
RR-5039.pdf (348.41 Ko) Télécharger le fichier
Loading...

Dates et versions

inria-00071544 , version 1 (23-05-2006)

Identifiants

  • HAL Id : inria-00071544 , version 1

Citer

Frédéric Boussinot. FairThreads: mixing cooperative and preemptive threads in C. RR-5039, INRIA. 2003. ⟨inria-00071544⟩
144 Consultations
817 Téléchargements

Partager

Gmail Facebook X LinkedIn More