Lock24 » Historique » Version 1
Emmanuel GARETTE, 11/12/2012 10:09
| 1 | 1 | Emmanuel GARETTE | h1. Lock24 |
|---|---|---|---|
| 2 | 1 | Emmanuel GARETTE | |
| 3 | 1 | Emmanuel GARETTE | h2. Fonctionnement sur 2.3 |
| 4 | 1 | Emmanuel GARETTE | |
| 5 | 1 | Emmanuel GARETTE | Il existe plusieurs bibliothèques python de gestion des locks : |
| 6 | 1 | Emmanuel GARETTE | |
| 7 | 1 | Emmanuel GARETTE | * creole/eolelock.py |
| 8 | 1 | Emmanuel GARETTE | * pyeole/lock.py |
| 9 | 1 | Emmanuel GARETTE | |
| 10 | 1 | Emmanuel GARETTE | La première appelle la seconde. Elles font quasiment la même chose. |
| 11 | 1 | Emmanuel GARETTE | |
| 12 | 1 | Emmanuel GARETTE | Le lock est mis avec la commande "touch". |
| 13 | 1 | Emmanuel GARETTE | |
| 14 | 1 | Emmanuel GARETTE | h2. Mise à jour 2.4 |
| 15 | 1 | Emmanuel GARETTE | |
| 16 | 1 | Emmanuel GARETTE | Suppression de creole/eolelock.py, déplacement de la fonction check_all_locks dans pyeole/lock.py. |