Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Another Gearman perl module?

by oha (Friar)
on Nov 16, 2009 at 20:58 UTC ( [id://807560]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Gearman::OO::Client;
    
    ...
    logit("sync...");
    $client->sync();
    logit("done.");
    
  2. or download this
    00:00:00 connected
    00:00:00 added #1
    ...
    00:00:04 completed #7:
    00:00:04 completed #8:
    00:00:04 done.
    
  3. or download this
    package MyJob;
    use base 'Gearman::OO::Job';
    ...
    logit("sync...");
    $client->sync();
    logit("done.");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-20 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found