|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Are there any efforts in process to make POV take advantage of multiple CPUs
in a box ?
thx
Wolfgang
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wolfgang Manousek <wol### [at] to_much_spamcom> wrote:
: Are there any efforts in process to make POV take advantage of multiple CPUs
: in a box ?
Which system we are talking about?
Please note that povray is a cross-platform program.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
good point ... unfortunatly all the threading issues are generally OS
specific.
I was talking about Windows / NT system
"Warp" <war### [at] tagpovrayorg> wrote in message
news:39a6d675@news.povray.org...
> Wolfgang Manousek <wol### [at] to_much_spamcom> wrote:
> : Are there any efforts in process to make POV take advantage of multiple
CPUs
> : in a box ?
>
> Which system we are talking about?
>
> Please note that povray is a cross-platform program.
>
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <39a6ac8f$1@news.povray.org>, "Wolfgang Manousek"
<wol### [at] to_much_spamcom> wrote:
> Are there any efforts in process to make POV take advantage of
> multiple CPUs in a box ?
Making a multi-processor POV would not only require figuring out some
way to implement threads in a platform-independant way, but all of the
problems with global variables, caches, and other shared data would have
to be sorted out. Basically, a complete rewrite and redesign is
necessary.
POV-Ray 4.0, which will be a rewrite in C++, will solve some of these
problems. While it itself might not be multiprocessor enabled, it will
be a step in the right direction. This *is* being discussed, but right
now, the POV Team is concentrating their free time on getting 3.5
released.
--
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/
<><
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <39a6d675@news.povray.org> , Warp <war### [at] tagpovrayorg> wrote:
> Wolfgang Manousek <wol### [at] to_much_spamcom> wrote:
> : Are there any efforts in process to make POV take advantage of multiple CPUs
> : in a box ?
Isn't this in your VFAQ?
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich <tho### [at] trfde> wrote:
: Isn't this in your VFAQ?
The VFAQ answers why it is difficult to make a multithreaded povray. It
doesn't tell if there's any project going on doing it (mainly for two
reasons: 1) I don't know any specifics and 2) the info will probably get
outdated in a near future).
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |