Signaling


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Signaling
# 1  
Old 11-16-2007
Signaling

Can anyone post a simple program for handling signals.
My requirement is like this

A daemon process is running and when it receives a signal like ctrl+a (eg.) then a function in the daemon needs to be executed.
# 2  
Old 11-16-2007
Here is a quick link as a starting point for signals

problem with signal()

This thread doesn't discuss about creating daemons and there are threads discussing the same in the forum, please use the search facility Smilie
# 3  
Old 11-16-2007
if you are using Perl, this might give you some understanding
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. AIX

Signaling TWS from AIX

Hello Friends, We are manually executing a ksh script. On the successful completion of the script, we go to Tivoli Workload Scheduler console and manually submit a Job stream. In doing so, there is always a time lag between the completion of the ksh script and submission of the job stream from... (1 Reply)
Discussion started by: sudvishw
1 Replies
Login or Register to Ask a Question