相关疑难解决方法(0)

How to manage two or more consumers via pthreads?

I have a generic problem I am looking to solve, where chunks of binary data sent from a standard input or regular file stream to an application, which in turn converts that binary data into text. Using threads, I want to process the text before piping it over to the next application, which modifies that text even further, and so on.

As a simple test case, I want to extract compressed data via gunzip. Specifically, I am looking at …

c io multithreading buffer pthreads

5
推荐指数
1
解决办法
606
查看次数

标签 统计

buffer ×1

c ×1

io ×1

multithreading ×1

pthreads ×1