Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Database queueing and signals

by Marcello (Hermit)
on Apr 07, 2004 at 07:55 UTC ( [id://343213]=perlquestion: print w/replies, xml ) Need Help??

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;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://343213]
Approved by Corion
Front-paged by Itatsumaki
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-24 09:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found