Managing Windows processes 2004-06-09 - By Aloys Baillet
Back Hello Bernard,
For our custom render manager, I use Python to execute a .bat file. With pywin32 I take the process handle and I use it to set the priority lower. And it works fine! For that I used a python script given in the pywin32 demo directory called winprocess.py. If you need more info, don't hesitate! Good luck!
-- Aloys Baillet - R&D @ La Maison --
Bernard Lebel wrote:
>Hello, > >I have a rather BIG problem. My renderfarm client resources are so taken by >the rendering that they generate problem with the workgroup server. >Basically they don't answer properly to the server because their cpu is >through the roof all the time, and at one point this crashes the server. >Once the server is crashed, no more commands, toolbars, and most of all, >shaders. > >So my question goes like this: although you can manage the processes >manually to change the process priorities, is there a way to set permanent >rules on these processes? For example, if I want to give XSIBatch a low >priority all the time, how can I do that? > >Any suggestion extremely welcomed. > > >Thanks >Bernard >--- >Unsubscribe? Mail Majordomo@(protected) with the following text in body: >unsubscribe xsi > > > > --- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|