Repositories (2)

chloroExtractor
2 snippets stored for this repo
$self->{_command} = 'echo "'.$self->{_stdin}.'" | ' . $self->{_command};
	}

	# This 'son of a bitch' construct obviously starts two processes.
	# Looks like one for the shell command with parent_pid +1
	# and one thats listening to the STOUT pipe coming back, with parent_pid +2 - ?, but as far as I know closer than +10.
	# killing the first process doesnt stop the blast, might even make the listener wait forever
# This 'son of a bitch' construct obviously starts two processes.
	# Looks like one for the shell command with parent_pid +1
benchmark
0 snippets stored for this repo