[fpc-pascal] How to use pipes ?

Andrew Haines andrewd207 at aol.com
Wed Feb 1 17:11:17 CET 2017


On 02/01/2017 08:52 AM, fredvs wrote:
> Hello.
>
> Some more explanation.
>
> With that code, only +- 10 loops are working, after, no more Ouframes... why
> ?

Where is it stopping? It may be that you are asking for more bytes than 
are available and it is blocking waiting for more data. Or the opposite 
could be true. You are blocking processing data but the buffer from the 
kernel is full. On many Linux pc's the kernel buffer size is 65536 bytes.

Regards,

Andrew



More information about the fpc-pascal mailing list