Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: singleton lock not reliable

by stevieb (Canon)
on Jun 25, 2021 at 15:43 UTC ( [id://11134286]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use IPC::Shareable;
    
    IPC::Shareable->singleton('LOCK');
    
    # Do scripty perl stuff here
    
  2. or download this
    IPC::Shareable->singleton('LOCK', 1);
    
  3. or download this
    Process ID 14784 exited due to exclusive shared memory collision
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 02:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found