POV-Ray : Newsgroups : povray.off-topic : Something new every day : Re: Something new every day Server Time
9 Oct 2024 20:52:50 EDT (-0400)
  Re: Something new every day  
From: Nicolas Alvarez
Date: 7 Nov 2008 16:46:07
Message: <4914b71f@news.povray.org>
Warp wrote:
>   Yes. The difference is whether a program can programmatically create
> pipes or not. For example in unix systems (and probably in Windows as
> well) a program can create a named pipe, after which it can write data
> to it, and then another program can read the data from it. It works like
> a data queue between programs. In fact, more than one program can write
> to the pipe (although if two programs do so at the same time, it's not
> guaranteed in which order the data will come out).

However Windows named pipes aren't part of the filesystem. Unix's mkfifo is
*very* useful.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.