| Re: When using read call for pipe, takes long time??? jt wrote: > When I use a read call reading from a pipe, the read takes a long time to > return. Pipes are buffered. The reader will have to wait until the pipe is full before anything falls out the end. You may be able to use setbuf() after creating the pipe to turn off buffering. YMMV. -- Gary R. Hook __________________________________________________ ______________________ Vocatus atque non vocatus deus aderit |