:: Re: [DNG] Piping is an easy way to …
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Bruce Perens
Fecha:  
A: Steve Litt
Cc: dng, jonhall80
Asunto: Re: [DNG] Piping is an easy way to do multithreading: was mouse driver question
On Wed, Apr 27, 2022 at 3:43 PM Steve Litt <slitt@???>
wrote:

> each process in the pipeline will get its own processor core (or nowadays,
> thread).



They are the old-fashioned processes. Generally much heavier-weight than
threads, but it doesn't matter for this application. If there are enough
CPUs or CPU contexts (hyperthreads), each process in the pipe will get one.