Help for this page

Select Code to Download


  1. or download this
    Message     Process
    abc         A
    def         D
    ghi         D
    jkl         C
    
  2. or download this
    SELECT DISTINCT(Process) FROM Queue;
    
  3. or download this
    $SIG{USR1} = \&CatchSignal;
    
    ...
        # Process all messages from the database queue
        $SIG_CHECK_DATABASE = 0;
    }