in reply to
High RAM script takes forever to terminate
This is a swift exit that works great on linux and probably others:
`kill -9 $$`;
[download]
It should work perfectly the first time! - toma
Comment on
Re: High RAM script takes forever to terminate
Download
Code
Replies are listed 'Best First'.
Re^2: High RAM script takes forever to terminate
by
jgrundstad
(Initiate)
on Nov 20, 2008 at 20:53 UTC
Ha! Hilarious, this worked great. Just had to smack it with the right kind of hammer to end the incessant thrashing.
Cheers,
Jason
[reply]
In Section
Seekers of Perl Wisdom