Re: CPU load of process started from .Net Process class is low by Willy
Willy
Mon Dec 19 04:17:08 CST 2005
<leszek.doniec@googlemail.com> wrote in message
news:1134982718.807585.237560@g47g2000cwa.googlegroups.com...
> Hello,
> is here anybody who can tell me why process started with Process class
> has less CPU time that same process started from command line? Most
> strange thing is that when I use Process class to start batch file,
> which starts that process, it works faster.
> BR
>
What exactly do you mean with faster, what and how are you comparing?
The OS has only one mechanism to create and run processes, the way it is
done or what tools there are used to start a process doesn't matter at all.
Willy.