Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~199 People Reached
Favorite Forums
Favorite Tags
c x 4
Member Avatar for aliase

Hi, The problem I'm having is killing a process without knowing it process ID. What I have right now is a client-server communication using FIFOs, the server is running in the background and the client is running in the foreground. What I want to do is when the client quit, …

Member Avatar for Salem
0
89
Member Avatar for aliase

Hi, I'm having a problem with signal handling between parent and child. What I'm trying to do is for both parent and child to be able to receive ctrl-z, however when the child receives ctrl-z, parent receives it as well and I don't want parent to do that. Any idea …

Member Avatar for Salem
0
36
Member Avatar for aliase

Hi, I'm having a problem creating two child and manipulating signals. My problem with forking is that when I do: [code=c] int main() { pid = fork(); pid2 = fork(); } [/code] This create more than two forks, so how do i create exactly two forks? And for each child …

Member Avatar for abhimanipal
0
74