PDA

View Full Version : terminating a process w/out restarting server


ynotlim
03-21-2007, 01:13 AM
Hello,

I ran a program using
perl test.pl > log.txt

it turned out to a infinite loop.. How do i stop it? Please help!

Thank you!
Tony

rwedge
03-21-2007, 04:05 AM
Maybe this thread (http://codingforums.com/archive/index.php?t-107385.html) will help.

KevinADC
03-21-2007, 05:05 PM
Hello,

I ran a program using
perl test.pl > log.txt

it turned out to a infinite loop.. How do i stop it? Please help!

Thank you!
Tony


local windows server? alt-cntrl-del, find the perl program in the list and select it, click 'end task'. Can't tell you how many times I've had to do that.