[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    vsig(1F) manual page Table of Contents

Name

vsig - synchronize a co-process with the controlling FMLI application

Synopsis

vsig

Availability

SUNWesu

Description

The vsig executable sends a SIGUSR2 signal to the controlling FMLI process. This signal/alarm causes FMLI to execute the FMLI built-in command checkworld which causes all posted objects with a reread descriptor evaluating to TRUE to be reread. vsig takes no arguments.

Examples

The following is a segment of a shell program:


echo "Sending this string to an FMLI process"
vsig

The vsig executable will flush the output buffer before it sends the SIGUSR2 signal to make sure the string is actually in the pipe created by the cocreate function.

See Also

coproc(1F) , kill(1) , kill(2) , signal(3C)

Notes

Because vsig synchronize with FMLI, it should be used rather than kill to send a SIGUSR2 signal to FMLI.


Table of Contents