# Workaround for Windows (will not help): my $h = fork(); if (defined $h and $h == 0) { # child close($client); system($cmd); exit(0); }
In reply to Re^2: Client socket blocks if server creates subprocess
by raandom
in thread Client socket blocks if server creates subprocess
by raandom
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |