CPU load of process started from .Net Process class is low

  • Thread starter Thread starter leszek.doniec
  • Start date Start date
L

leszek.doniec

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
 
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.
 
Back
Top