POV-Ray : Newsgroups : povray.programming : Povray server Server Time
5 Jul 2024 16:19:39 EDT (-0400)
  Povray server (Message 1 to 6 of 6)  
From: Rebel^v^
Subject: Povray server
Date: 31 Mar 2003 16:37:33
Message: <3e88b51d$1@news.povray.org>
Does exist something like this?:
Povray server on one computer , and some console on another to send pov.
code.......

Thx Sir Joseph


Post a reply to this message

From: Christopher James Huff
Subject: Re: Povray server
Date: 31 Mar 2003 18:41:37
Message: <cjameshuff-2E2B9D.18420931032003@netplex.aussie.org>
In article <3e88b51d$1@news.povray.org>,
 "Rebel^v^" <sku### [at] hotmailcom> wrote:

> Does exist something like this?:
> Povray server on one computer , and some console on another to send pov.
> code.......

No, but with Unix or Linux you can use SSH to remotely execute POV-Ray. 
You would have to transfer the scene over first...or maybe mount a local 
volume on the remote machine, but that probably wouldn't be as efficient.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

From: Wolfgang Wieser
Subject: Re: Povray server
Date: 31 Mar 2003 19:12:34
Message: <3e88d971@news.povray.org>
Rebel^v^ wrote:

> Does exist something like this?:
> Povray server on one computer , and some console on another to send pov.
> code.......
> 
Hmm, don't know what you need exactly, but you may have a look at: 

http://www.cip.physik.uni-muenchen.de/~wwieser/ani/rendview/

It's a program developed by me (UNIX-only, Linux natively). 

Using the feature called LDR you can have the POV code sent to a different 
computer, have them rendered there and get the resulting image back. 

(Actually, you can pass any number of frames and have them rendered 
on any number of clients. Frames are not sub-divided, clients always 
render whole frames [least overhead].)

Cheers,
Wolfgang


Post a reply to this message

From: ABX
Subject: Re: Povray server
Date: 1 Apr 2003 00:51:18
Message: <is9i8vske4o3sc7p335u11esndslf5hil3@4ax.com>
On Tue, 01 Apr 2003 02:11:45 +0200, Wolfgang Wieser <wwi### [at] gmxde> wrote:
> Hmm, don't know what you need exactly, but you may have a look at: 
>
> http://www.cip.physik.uni-muenchen.de/~wwieser/ani/rendview/

or http://www.it-berater.org/smpov.htm

IIRC render farm script (perl?) of IMP is also available

http://www.google.com/search?q=render+farm+POV

ABX


Post a reply to this message

From: Theo Gottwald *
Subject: Re: Povray server & RenderAgents ?
Date: 3 Apr 2003 23:51:03
Message: <3e8d0f37$1@news.povray.org>
ABX is right.

In the perfect sense, this would have been a thing that needs to be
implemented in POV-Ray itself,
so the server could ALSO distribute ALL the "Include-files", graphics etc.

However with a few limitations (Radiosity, mechsims ...) this:
"> Povray server on one computer , and some console on another to send pov"
 is exactly what I did with "SMPOV" (Freeware, Link below). SMPOV is the
"server" and the "Renderagents" are the clients.

Its avaiable only for Windows and its FREE.

As the program does not manipulate into POV-Ray (or mega-POV), you will have
to install a copy of
POV-Ray (or MEGA-POV) on any Client, as well as an Render-Agent.

Communication between the Agents and the Server is done via "files in a
shared directory", in which you have to place as well all those files, which
should be accessible from all clients.

--Theo
----------------------------------------------------------------------------
---------------------------------
Distributed Network-Rendering or Local SMP-Rendering on all CPU's you have.
With SMPOV und
POV-Ray 3.5. & NEW: Mega-POV 1.0 * Download free at:
http://www.it-berater.org/smpov.htm




"Rebel^v^" <sku### [at] hotmailcom> schrieb im Newsbeitrag
news:3e88b51d$1@news.povray.org...
> Does exist something like this?:
> Povray server on one computer , and some console on another to send pov.
> code.......
>
> Thx Sir Joseph
>
>


Post a reply to this message

From: Wolfgang Wieser
Subject: Re: Povray server & RenderAgents ?
Date: 5 Apr 2003 08:53:23
Message: <3e8edfd2@news.povray.org>
Theo Gottwald * wrote:

> ABX is right.
> 
> In the perfect sense, this would have been a thing that needs to be
> implemented in POV-Ray itself,
> so the server could ALSO distribute ALL the "Include-files", graphics etc.
> 
> However with a few limitations (Radiosity, mechsims ...) this:
> "> Povray server on one computer , and some console on another to send
> pov"
>  is exactly what I did with "SMPOV" (Freeware, Link below). SMPOV is the
> "server" and the "Renderagents" are the clients.
> 
> Its avaiable only for Windows and its FREE.
> 
> As the program does not manipulate into POV-Ray (or mega-POV), you will
> have to install a copy of
> POV-Ray (or MEGA-POV) on any Client, as well as an Render-Agent.
> 
About the same thing is available for UNIX (Linux) and it's FREE, too :)

A tool called RendView, developed by. Homepage: 
http://www.cip.physik.uni-muenchen.de/~wwieser/ani/rendview/

It also supports only rendering modified frames (based on timestamps 
like make(1) does it [not complete yet]), tuning on a per-frame basis 
and several other things. 

People who are looking for a tool to render animations on several 
computers (100 or so should still be okay) are welcome to check that 
out and give me some feedback (suggestions,...)

Wolfgang


Post a reply to this message

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