RE: CPU Utilization allways on 100% when executing perl scripts

2003-08-01 Thread John Serink
: CPU Utilization allways on 100% when executing perl scripts Hi, on W2K Server and W2K Professional on 300/1000/2600 Mhz machines i get allways 100 % CPU whenever i execute perl scripts. The scripts are standard MRTG scripts and modified perl scripts running with MRTG. What can i do about

Re: CPU Utilization allways on 100% when executing perl scripts

2003-08-01 Thread Sisyphus
- Original Message - From: Johan Lindstrom [EMAIL PROTECTED] If it interferes with other programs, you can lower the process priority in the TaskManager. But it's probably more convenient to do this when you start the program. Use the START command (START /? gives help) to do this.

AW: CPU Utilization allways on 100% when executing perl scripts

2003-08-01 Thread Markus Dubois
I've already tried out the start command but i have a cmd file with several perl scripts Running one by one. So whenever I try the start command I ran into problems. The perl.exe et forked endless so at the end I have a box locked with a lot of perl.exe running. Perhaps I make a mistake. Any