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.
 
Thank for the answer, but the problem disapeared when I changed
computer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top