POV-Ray : Newsgroups : povray.unix : Rendering several scenes from c++ program : Re: Rendering several scenes from c++ program Server Time
28 Jun 2024 21:28:51 EDT (-0400)
  Re: Rendering several scenes from c++ program  
From: Vincent LE PRINCE
Date: 1 Apr 2005 15:35:32
Message: <pan.2005.04.01.20.36.04.520216@nospam.wanadoo.fr>
On Wed, 30 Mar 2005 15:42:58 -0500, Warp wrote:


>   The SIGPIPE signal is thrown when a process writes to a pipe but
> there's no process reading it (ie. there's no process which has that
> pipe open in read mode). This can only happen if the reader process
> closes the pipe (or is killed or whatever) because the pipe cannot
> be opened in write mode unless it's already opened in read mode by
> something else.

That's right. You have to create/open the pipe before launching pov. You 
can also receive a sigpipe if pipe buffers are full, i.e if the read
process don't read it.


Post a reply to this message

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