Help in using SIGUSR1 and SIGUSR2


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Help in using SIGUSR1 and SIGUSR2
# 1  
Old 03-28-2006
Help in using SIGUSR1 and SIGUSR2

Thanks
just i want to know how i can use the SIGUSR1 and SIGUSR2.

can i use it in :

signal(SIGUSR1, the name of function )

and if i have the two children can i assign these signals one for each?

Last edited by IT_girl; 03-29-2006 at 11:27 AM..
# 2  
Old 03-28-2006
Is this the same as number 6 ?
# 3  
Old 03-28-2006
Well, Number 4, certainly... See this. Smilie
# 4  
Old 03-28-2006
Actually from the same university...probably the same class.
# 5  
Old 03-29-2006
Smilie

can some body explain it to me plz
# 6  
Old 03-29-2006
Sure, rule 6 states "Do not post classroom or homework problems." You can search the forums to find the answers to your questions but not post questions that deal with classwork/homework. Closing thread.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

I have a problem using signal SIGUSR2

hi I have created a application which uses SIGUSR2. It send this signal to server and waits for signal SIGUSR2 from server after server performing some operation server sends SIGUSR2 back to the application. The application then quits. This works fine which ran from terminal , but when I... (3 Replies)
Discussion started by: khan_069
3 Replies

2. UNIX for Advanced & Expert Users

Handling SIGUSR2 signal

HI, I need to handle SIGUSR2 signal in my application to change the state of the application dynamically. I have implemented the signal handler. However the application is able to catch only one SIGUSR2 signal. The second SIGUSR2 signal causes the application to crash. This is happning only with... (3 Replies)
Discussion started by: diganta
3 Replies
Login or Register to Ask a Question