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

2003-08-01 Thread John Serink
Whatever the script is doing, make sure you are using blocking calls for your IO(thus the script will pause) or putting a 'sleep' in there somewhere. -Original Message- From: Markus Dubois [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 8:07 PM To: [EMAIL PROTECTED] Subject:

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.