system() never returns, how to kill it?

Z

Zhidian Du

I am writing a cgi program.
When I use system and it never returns. How can I kill it, for
example, after 5 seconds?

I searched the whole sites and cannot find it.

Thanks.

Z. Du
 
S

Sisyphus

I. E. said:
I tried using this method on Win32 but the system commnd still
executes as a background process and consumes resources. Is there any
way to kill it on Win32?

use Win32::process;

if(!($process->Wait($milliseconds)) {
$process->Kill();
}
else {# process has already terminated}

Cheers,
Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top