Archived from groups: microsoft.public.win2000.setup (More info?)
I'm running a server application that open scheduled processes to numerous
devices running Perl scripts. Since the schedule is relative to the server
restart it often
happens that too many processes are activated on the same time throttling the
CPU of the server's machine.
Im getting errors 0xc0000142 on Perl.exe/Ping.exe processes.
I would very much appreciate help in limiting amount of processes running
simultaniously on the OS.
Archived from groups: microsoft.public.win2000.setup (More info?)
"<Dana>" <Dana@discussions.microsoft.com> wrote in message
news:5790F802-8420-4CBE-A6B2-9362ADDC7484@microsoft.com...
> I'm running a server application that open scheduled processes to numerous
> devices running Perl scripts. Since the schedule is relative to the server
> restart it often
> happens that too many processes are activated on the same time throttling
> the
> CPU of the server's machine.
> Im getting errors 0xc0000142 on Perl.exe/Ping.exe processes.
> I would very much appreciate help in limiting amount of processes running
> simultaniously on the OS.
>
Can you limit it programatically with the perl script? So that it checks to
see how many process are running and won't spawn a new one until it goes
under a threshold?
Archived from groups: microsoft.public.win2000.setup (More info?)
Yes I can, however in the short term i need to know if there is a way to
limit processes on the OS level.
"Tim Jones" wrote:
>
> "<Dana>" <Dana@discussions.microsoft.com> wrote in message
> news:5790F802-8420-4CBE-A6B2-9362ADDC7484@microsoft.com...
> > I'm running a server application that open scheduled processes to numerous
> > devices running Perl scripts. Since the schedule is relative to the server
> > restart it often
> > happens that too many processes are activated on the same time throttling
> > the
> > CPU of the server's machine.
> > Im getting errors 0xc0000142 on Perl.exe/Ping.exe processes.
> > I would very much appreciate help in limiting amount of processes running
> > simultaniously on the OS.
> >
>
> Can you limit it programatically with the perl script? So that it checks to
> see how many process are running and won't spawn a new one until it goes
> under a threshold?
>
> Cheers,
>
> Tim Jones
>
>
>
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.