Using signals as a event driven framework

From: jose luis fernandez diaz (jose_luis_fdez_diaz_news_at_yahoo.es)
Date: 05/03/04


Date: 3 May 2004 02:37:03 -0700

Hi,

I have a C program running in background in UNIX. From a shell script
I want to notify it some events. The easiest way to do it is through
signals, but it is not correct because signal are not a event drivent
framework. Can anyone give me other straightforward solution ?

Thanks,
Jose Luis.



Relevant Pages

  • Using signals as a event driven framework
    ... I have a C program running in background in UNIX. ... From a shell script ... I want to notify it some events. ... signals, but it is not correct because signal are not a event drivent ...
    (comp.unix.programmer)
  • Re: Using signals as a event driven framework
    ... From a shell script ... but it is not correct because signal are not a event drivent ... Signals can du fine, and you can very well make it event driven. ... A common approach is to use unix sockets, see e.g. and create a little ...
    (comp.lang.c)
  • Re: Using signals as a event driven framework
    ... From a shell script ... but it is not correct because signal are not a event drivent ... Signals can du fine, and you can very well make it event driven. ... A common approach is to use unix sockets, see e.g. and create a little ...
    (comp.unix.programmer)
  • Re: Unix equivalent of a mailbox device ?
    ... When moving to Unix, what are the equivalent frameworks that one can use? ... "signals" just send a number to a process. ... What are the unix "pipe" equivalents ... communication) is available in a decent POSIX implementation and it's ...
    (comp.os.vms)
  • Re: Porting ILE C to GNU C - #pragma cancel_handler
    ... code to Linux as GNU C. ... provides several so-called signals that get sent to the process in case ... the QMHSNDPM API be ported to Linux? ... there is no way of doing that in UNIX;-) ...
    (comp.sys.ibm.as400.misc)