|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
CPU load of process started from .Net Process class is lowHello,
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 <leszek.don***@googlemail.com> wrote in message
news:1134982718.807585.237560@g47g2000cwa.googlegroups.com... What exactly do you mean with faster, what and how are you comparing?> 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 > 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. |
|||||||||||||||||||||||