Hi!
I have many textfiles in a WinRar file, and I want to parse them on the fly, while I am doing the decompression. I did see that the decompression uses lots of CPU on one of the cores, so I want to do the parsing (which also uses lots of cpu) on another thread. Is this possible? Are there samples?
Thanks Walter.
I have many textfiles in a WinRar file, and I want to parse them on the fly, while I am doing the decompression. I did see that the decompression uses lots of CPU on one of the cores, so I want to do the parsing (which also uses lots of cpu) on another thread. Is this possible? Are there samples?
Thanks Walter.