limit In-Process work items cooking CPU usage by scheduler?

   1464   1   1
User Avatar
Member
159 posts
Joined: Feb. 2018
Offline
It seems like cooking in-process work items will use as much CPU as possible. So if I put some complex calculations in onCookTask() callback, it will freeze Houdini UI sometimes. Can it be limited by the scheduler?
User Avatar
Member
603 posts
Joined: Sept. 2016
Offline
Not yet, but it's on our RFE list. The workaround for now is to use a feedback loop to limit execution to be done in serial.
  • Quick Links