[Bf-committers] For the record: the Blender Render Deamon!

joe joeedh at gmail.com
Fri Nov 14 22:38:08 CET 2008


Don't forget you can always compile with cygwin, too.

Joe

On Fri, Nov 14, 2008 at 12:16 PM, Timothy Baldridge <tbaldridge at gmail.com>wrote:

> Sockets are supported in Windows, and as far as I know, pipes are as
> well. If we were to program a renderfarm in Python all the socket
> stuff would be abstracted away from us. I'd really recommend taking a
> look at Rpyc http://rpyc.wikidot.com/ as it allows python interpreters
> to call each other across a network very easily. For instance,
> printing hello world on a remote computer is as easy as:
>
> import rpyc
> c = rpyc.classic.connect("remotemachine")
> c.modules.sys.stdout.write("Hello World!\n")
>
> I'm interested in coding an official blender renderfarm, either in
> C/C++ or Python. I'm not really working on any hobby projects at the
> moment, so if someone wants to write down some ideas (perhaps we need
> a brainstorm session). I can formulate them into a project proposal,
> and get coding...
>
> Timothy
>
> --
> Two wrights don't make a rong, they make an airplane. Or bicycles.
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/bf-committers/attachments/20081114/b4b7f448/attachment.htm 


More information about the Bf-committers mailing list