Skip to content Skip to sidebar Skip to footer
Showing posts with the label Process

How To Prevent Sigint In Child Process From Propagating To And Killing Parent Process?

I've recently learned how to do the whole fork/exec/wait thing and ended up writing some code t… Read more How To Prevent Sigint In Child Process From Propagating To And Killing Parent Process?

In Java, Send Commands To Another Command-line Program

I am using Java on Windows XP and want to be able to send commands to another program such as telne… Read more In Java, Send Commands To Another Command-line Program

Using SQL & Perl Together - Which Should Be Used For Common Functions?

I didn't find any dupes of this question, but if there is one or more, I'm sorry - please c… Read more Using SQL & Perl Together - Which Should Be Used For Common Functions?