« INFO622 : Systèmes de synchronisation et Processus » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 19 : | Ligne 19 : | ||
- Implémentation du problème "producteurs/consommateurs" avec sémaphores et mutex (compiler avec l'option -lpthread) : |
- Implémentation du problème "producteurs/consommateurs" avec sémaphores et mutex (compiler avec l'option -lpthread) : |
||
[http://lama.univ-savoie.fr/~provencal/INFO622/CM3/prod_cons.c programme ``prod_cons.c``.] |
[http://lama.univ-savoie.fr/~provencal/INFO622/CM3/prod_cons.c programme ``prod_cons.c``.] |
||
CM4 : Sémaphores POSIX et mémoire partagée |
|||
- Entêtes de fonctions POSIX (III) : |
|||
[http://lama.univ-savoie.fr/~provencal/INFO622/CM4/fonctions_POSIX_III.pdf fonctions_POSIX_3.pdf.] |
|||
- Sémaphores non nommés avec threads (compiler avcec l'i: |
|||
[http://lama.univ-savoie.fr/~provencal/INFO622/CM4/semThread.c programme ``semThread.c``.] |
|||
- Sémaphores nommés avec processus distincs (compiler avec l'option -lrt) : |
|||
[http://lama.univ-savoie.fr/~provencal/INFO622/CM4/createur.c programme ``createur.c``.] |
|||
[http://lama.univ-savoie.fr/~provencal/INFO622/CM4/destructeur.c programme ``destructeur.c``.] |
|||
[http://lama.univ-savoie.fr/~provencal/INFO622/CM4/gestionnaire.c programme ``gestionnaire.c``.] |
|||
[http://lama.univ-savoie.fr/~provencal/INFO622/CM4/parleur.c programme ``parleur.c``.] |
|||
- Mémoire partagée (compiler avec l'option -lrt) : |
|||
[http://lama.univ-savoie.fr/~provencal/INFO622/CM4/mp_lecture.c programme ``mp_lecture.c``.] |
|||
[http://lama.univ-savoie.fr/~provencal/INFO622/CM4/mp_affichage.c programme ``mp_affichage.c``.] |
|||
TD : |
TD : |
||
- [ http://lama.univ-savoie.fr/~provencal/INFO622/ |
- [ http://lama.univ-savoie.fr/~provencal/INFO622/TD/TD1.pdf Première feuille de TD.] |
||
- [ http://lama.univ-savoie.fr/~provencal/INFO622/TD/TD2.pdf Deuxième feuille de TD.] |
Version du 31 janvier 2012 à 09:31
CM1 : Introduction
- Banque virtuelle : exemple de condition de concurrence. programme ``banqueVirtuelle.c``.
CM2 : Processus vs Threads, exclusion mutuelle I
- Entêtes de fonctions POSIX (I) : fonctions_POSIX_1.pdf. - Exemple d'utilisation du fork : programme ``exFork.c``. - Exemple d'utilisation de threads (compiler avec l'option -lpthread) : programme ``exThread.c``. - Exemple d'attente active avec des threads (compiler avec l'option -lpthread) : programme ``attenteActive.c``.
CM3 : Sémaphores et mutex
- Entêtes de fonctions POSIX (II) : fonctions_POSIX_2.pdf. - Implémentation du problème "producteurs/consommateurs" avec sémaphores et mutex (compiler avec l'option -lpthread) : programme ``prod_cons.c``.
CM4 : Sémaphores POSIX et mémoire partagée
- Entêtes de fonctions POSIX (III) : fonctions_POSIX_3.pdf. - Sémaphores non nommés avec threads (compiler avcec l'i: programme ``semThread.c``. - Sémaphores nommés avec processus distincs (compiler avec l'option -lrt) : programme ``createur.c``. programme ``destructeur.c``. programme ``gestionnaire.c``. programme ``parleur.c``. - Mémoire partagée (compiler avec l'option -lrt) : programme ``mp_lecture.c``. programme ``mp_affichage.c``.
TD :
- [ http://lama.univ-savoie.fr/~provencal/INFO622/TD/TD1.pdf Première feuille de TD.] - [ http://lama.univ-savoie.fr/~provencal/INFO622/TD/TD2.pdf Deuxième feuille de TD.]