Local-Current-Session Scheduler

   1580   2   2
User Avatar
Member
251 posts
Joined: July 2013
Offline
Somewhat related to my other thread here.. when having a lot of quick to render work items of a few seconds each, using the scheduler to render them drags it down since it will start separate Houdini instances in the background just for each of the items.

Serializing them and running the all in the current Houdini session might be faster in this case, any clues on how to achieve that?

Or maybe run X Houdini session and all have them render a chuck of tasks (count/x) , so to reduce the startup time overhead.
Edited by Jonathan de Blok - May 6, 2019 15:14:04
More code, less clicks.
User Avatar
Member
603 posts
Joined: Sept. 2016
Offline
The usual solution to this is to use batching. If you're using ROP Mantra, take a look at the Frames per Batch parm.
User Avatar
Member
251 posts
Joined: July 2013
Offline
chrisgreb
The usual solution to this is to use batching. If you're using ROP Mantra, take a look at the Frames per Batch parm.

Ahh,I'm actually using RedShift but it turns out the FetchRop has the batch options as well. Thanks for the pointer!
More code, less clicks.
  • Quick Links