Log in

View Full Version : Running Support Apps in Low Priority?


mnfesq
10th February 2005, 01:45
Can anyone think of a tweak to my rebuilder.ini file that would cause it to launch cce sp in low or idle priority? I know I can set the priority of cce using task manaager, but since dvdrebuilder opens cce so many times per transcode, it is really not practical for me to manually adjust the priority every time it opens.

My reason for wanting this is that I make DVD backups on my office computer at night and like to check the status and occasionally access my office computer for other reasons via remote desktop. When cce is running at normal priority, I almost always time out trying to connect via remote desktop. When using DVD2SVCD, I check the setting to have all programs launched run at idle priority and I have never had any instability as a result of it.

Thanks for any help you can provide.

wmansir
10th February 2005, 02:13
If you can use EclCCE you can configure it to launch CCE at low priority. Add the following line to your eclcce.ini file. Priority=64

For EclPro you can add this to your eclpro.ini file.Priority=64


Otherwise you can make a .bat file in your DVD-RB directory and paste this into it:Start /LOW rebuilder.exe
Then use that to launch DVD-RB. When DVD-RB launches a process it should have a low priority too.

mnfesq
10th February 2005, 04:21
You are truly awesome. The first suggestion about changing the eclcce.ini file worked perfectly. Thank you very much.