- Subject: Re: Start a process from within a signal handler
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Sun, 14 May 2006 18:42:11 -0400
Jörg Sommer <joerg@xxxxxxxxxxxx> wrote:
>can I start a new process while I'm in a signal handler?
Not in the current implementation. Have you considered running a
process that invokes the actual processes you want to run? The
invoking process could start a new one if desired. As a trivial
example, this will run latex and after it exits, run dvips:
#!/bin/sh
# Run LaTeX and than dvips
latex foo.tex
dvips foo.dvi
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2006 date index]
[2006 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]