Add multi-threading #7

Closed
opened 2023-01-02 20:59:46 +01:00 by Benjamin_Loison · 3 comments

Use a thread per channel. Pay attention to program restarts, as we have to delete this time all channels being treated. Pay attention to use mutex where needed.

First let's keep running the mono-thread version a bit to have some experience.

Use a thread per channel. Pay attention to program restarts, as we have to delete this time all channels being treated. Pay attention to use mutex where needed. First let's keep running the mono-thread version a bit to have some experience.
Author
Owner

Make an algorithm to delete channel folders that were being treated.

Make an algorithm to delete channel folders that were being treated.
Author
Owner

Make an algorithm to delete channel folders that were being treated.

Close this issue as commit 5d13bd3c4400cc52ee60cf0bbf7b3759088d691e contains such a removeChannelsBeingTreated.py script.

> Make an algorithm to delete channel folders that were being treated. Close this issue as commit [`5d13bd3c4400cc52ee60cf0bbf7b3759088d691e`](https://gitea.lemnoslife.com/Benjamin_Loison/YouTube_captions_search_engine/src/commit/5d13bd3c4400cc52ee60cf0bbf7b3759088d691e/removeChannelsBeingTreated.py) contains such a `removeChannelsBeingTreated.py` script.
Benjamin_Loison added the
epic
label 2023-01-06 18:51:01 +01:00
Benjamin_Loison added the
enhancement
label 2023-01-06 18:53:22 +01:00
Benjamin_Loison added the
high priority
label 2023-01-06 18:57:13 +01:00
Author
Owner

Previous commit removes the bug of having following output when doing:

unzip -l UCWeg2Pkate69NFdBeuRFTAw.zip
   147928  2023-01-14 10:15   99997.json
   ...
---------                     -------
8026161379                     96523 files
Previous commit removes the bug of having following output when doing: ```sh unzip -l UCWeg2Pkate69NFdBeuRFTAw.zip ``` ``` 147928 2023-01-14 10:15 99997.json ... --------- ------- 8026161379 96523 files ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Benjamin_Loison/YouTube_captions_search_engine#7
No description provided.