POV-Ray : Newsgroups : povray.general : POV-Ray and SMP support : Re: POV-Ray and SMP support Server Time
6 Aug 2024 02:18:03 EDT (-0400)
  Re: POV-Ray and SMP support  
From: Le Forgeron
Date: 2 Aug 2002 04:17:51
Message: <3D4A40BC.4000804@free.fr>
Rick [Kitty5] wrote:

> ABX wrote:
> 
>>>Stupid question...
>>>
>>http://www.povray.org/search/?s=multiple+processors
>>
> 
> not a stupid question, a very valid and *required* feature
> 
Which has been answered from a long time already.

For the technically minded, you "just" have to rewrite the
rendering engine so that no global/static variable is used with
write/modify access. The bad news is that it is only the first
step, and that there is a lot of such variable/arrays,
specially as optimisation of some patterns and computation
of shadow & reflection.

The following steps introduce non-portability unless

you restrict portability to something like Posix thread
compliant systems (or whatever you choose for multiple processors).
Anyway, it is bad...


Post a reply to this message

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