Hi,
We’re rendering with houdini now on our network. And it’s one big trouble.
Apparently, houdini reads IFD and deadline needs to copy this local. As we have a lot of IFD files, our network traffic is going down (100 machines are reading and copying IFD files all the time).
So, the first idea was to compress the IFD files before sending them to houdini on the slaves. It was promising because apparently it would be possible for mantra to uncompress those .gz files on the fly. But that’s not working.
So… we’re working on a workaround. The compression of IFD files to gzip files is already working for us. We would just like to change the plugin of mantra in deadline. In such a way that we can pipe output from other commands to mantra.
We’re looking for a parameterlist which will look something like this:
gzip -dc file.ifd.gz | mantra -optionlist
Or are there any other ideas, in which we can lower our network traffic?
Thanks,
Lieven