RE: New W2K8 I/O priority

2012-06-20 Thread Barry Brevik
I have used the approximate code below many times, and since you can control the priority of the process, it may work for you. Of course, the Perl program that you launch using the scheduler would have to use the technique below to launch the 'real' Perl program. Use Win32; Use Win32::Process;

New W2K8 I/O priority

2012-06-20 Thread Gianvittorio Negri
Hi Perl guru ! I have a question regarding an issue that is troubling my applications. Hope someone could give me some advice. In the new W2K8 server Microsoft introduced a new “object” in the process management, the I/O priority. Docs about that are very confused and not at all useful but a t