Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Sharing a Thread::Semaphore among threads

by philou (Beadle)
on Sep 29, 2004 at 08:25 UTC ( [id://394885]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/home/philou/install/perl-5.8.2-threads/bin/perl -w
    
    ...
      $s->up();
      print "UP!\n";
    }
    
  2. or download this
    #!/home/philou/install/perl-5.8.2-threads/bin/perl -w
    
    ...
      print "UP!\n";
    }
    
  3. or download this
    thread failed to start: Can't call method "down" on unblessed referenc
    +e at ./t.pl line 11.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-03-28 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found