Limit number process

  • Thread starter Thread starter Diego A.
  • Start date Start date
D

Diego A.

Hello,

I would like to limit the number of active process.

Example : in Task Manager, not more of 20 times the same process
program.exe
program.exe
program.exe
program.exe
program.exe
....

I would like to determine a limit for this program because otherwise it's a
loop and the machine sature.

Thanks
 
Diego A. said:
Hello,

I would like to limit the number of active process.

Example : in Task Manager, not more of 20 times the same process
program.exe
program.exe
program.exe
program.exe
program.exe
...

I would like to determine a limit for this program because otherwise it's a
loop and the machine sature.

What is your native language?

There are NO programs in your task manager named "program.exe".

Try posting again with more relevant info.
 
My native language is spanish, sorry for my poor english.
Program.exe is a generic example.

So, I want to limit the number of process "program.exe", how?
 
Hey Diego,

I just asked a similiar question in another group. See
microsoft.public.windowsxp.configuration_manage
Subject: Limiting the number of open windows in MS Office and IE

I'll be watching your answers too.

Jeff C
 
Diego A. said:
My native language is spanish, sorry for my poor english.
Program.exe is a generic example.

So, I want to limit the number of process "program.exe", how?
Why?
It is very common to see numerous processes using svchost.exe. As this
particular process can perform quite a few different tasks, all that the
list means that several processes are using svchost.exe to perform the
various different tasks.
Jim
 
To my knowledge the programmer can make a choice between using the
current instance of the running program or not. You may not limit this
to a particular number.
 

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