On 5/26/07, Dave <[EMAIL PROTECTED]> wrote:
> Hi,
>     Thanks for your reply. Is there a way or is it possible to implement, a
> method in win32 where the nice of the bacula process is set at installtime
> or via a config option? I'd like to set the nice once in the process list
> then not have to set it again or have bacula do it via it's install.
> Thanks.
> Dave.
>
Did setting that help? If so then I could look in to this. If I knew
how to build the win32 from source this would be very easy as adding
this line to code very early in the execution:

SetPriorityClass(GetCurrentProcess(), IDLE_PRIORITY_CLASS);

John

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to