summaryrefslogtreecommitdiff
path: root/mytasks.py
Commit message (Collapse)AuthorAgeFilesLines
* find_files : load all ref file in memory (in a dict) to find everyLudovic Pouzenc2015-07-141-16/+21
| | | | matching sector with one read and one dict access per sector
* task find_files : first impl. task find_bootsect : added "state"Ludovic Pouzenc2015-07-121-4/+56
|
* Bugfix : /config/tasks_find_files_pathlist could have multiple paths nowLudovic Pouzenc2015-07-121-0/+3
|
* Tasks : implement the first one : find_bootsectLudovic Pouzenc2015-07-041-5/+41
| | | | | task_kill does not work, stale python process stays after umount. Should use state as initialisation vector too (start / kill / restart)
* mytasks : début d'implementation a l'aide de multiprocessingLudovic Pouzenc2015-06-281-14/+50
|
* New module to handle background / long tasksLudovic Pouzenc2015-06-281-0/+58