For the parser, you need to implement pipelining:
- Download
- Parsing
The download process is multi-threaded. How to implement first download and after parsing? The parser is written in python.
Bootloader actions
Parser actions
Split into two programs in order not to download the parser or to parse with the loader. Or are there pitfalls?
Source: https://ru.stackoverflow.com/questions/8154/
All Articles