On Wed, Apr 10, 2013 at 12:02 PM, Jenda Krynicky wrote:
> From: Jonathan Harris
> > As it seems that Win32::Process::KillProcess is having difficulties
> killing
> > a hanging process, I thought that it would probably make sense to ask the
> > system to do it directly
> >
> > So, in the sub 'kil
From: Jonathan Harris
> As it seems that Win32::Process::KillProcess is having difficulties killing
> a hanging process, I thought that it would probably make sense to ask the
> system to do it directly
>
> So, in the sub 'kill_it', I have replaced the line
>
> Win32::Process::KillProcess ($new_
;
> It's highly unlikely this will fix your problem, but
> I will throw it out for consideration:
>
> $ProcessObj->Kill( $exitcode )
>Kill the associated process, have it terminate with exit code
>$ExitCode
>
>
> Mike
>
>
> --
> To unsubscribe, e-mail:
On 4/9/2013 6:10 AM, Jonathan Harris wrote:
Hi All
I am using Strawberry Perl (latest release) on a Windows 2003 SP2 server
I am trying to use a script to look at running processes, look for a
specific process, and kill that process if it is alive for more than 4
minutes as this would mean tha
On Tue, Apr 9, 2013 at 5:42 PM, Jonathan Harris wrote:
>
>
>
> On Mon, Apr 8, 2013 at 4:41 PM, Jonathan Harris
> wrote:
>
>> Hi All
>>
>> I am using Strawberry Perl (latest release) on a Windows 2003 SP2 server
>>
>> I am trying to use a script to look at running processes, look for a
>> specific
On Mon, Apr 8, 2013 at 4:41 PM, Jonathan Harris wrote:
> Hi All
>
> I am using Strawberry Perl (latest release) on a Windows 2003 SP2 server
>
> I am trying to use a script to look at running processes, look for a
> specific process, and kill that process if it is alive for more than 4
> minutes a
Hi All
I am using Strawberry Perl (latest release) on a Windows 2003 SP2 server
I am trying to use a script to look at running processes, look for a
specific process, and kill that process if it is alive for more than 4
minutes as this would mean that the process has hung
When testing killing No