POV-Ray : Newsgroups : povray.general : Win32 PVMPOV Programmers Needed!! : Re: Win32 PVMPOV Programmers Needed!! Server Time
29 Jul 2024 06:13:43 EDT (-0400)
  Re: Win32 PVMPOV Programmers Needed!!  
From: Warp
Date: 29 Jun 2000 05:13:49
Message: <395b134d@news.povray.org>
In povray.general lavender <lav### [at] hotmailcom> wrote:
: Computers have been networked not for a long time. The internet is almost 
: every where. If programs are not written for networks they might as well 
: stay in dos.

  Not true. Multitasking (and of course memory protection) is a very important
feature even in a 1-processor computer. Of course one sole program will not
benefit from multitasking in a 1-processor computer, but you need only two
programs running at the "same" time to get the benefits (not to talk about
the tens or even hundres of processes running in a typical multitasking
environment).
  If you have several computers connected to each other, a program could
benefit from this and make each one of them perform an independent task of
the program.
  Usually this needs direct support in the program itself, but luckily
povray is not one of those. Since povray supports partial renders you can
run povray in each computer and render one part of the image.
  With proper tools you can automatize this task (without having to patch
povray itself). Of course a proper operating system will help providing these
tools by itself or allowing to make them rather easily (either with some
scripting language or easy support to a programming language like C).
  Unfortunately Windows is not one of these operating systems.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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