Skip Menu |

This queue is for tickets about the Lazy-Lockfile CPAN distribution.

Report information
The Basics
Id: 69185
Status: resolved
Priority: 0/
Queue: Lazy-Lockfile

People
Owner: jeagle [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc: srezic [...] iconmobile.com
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.17
Fixed in: (no value)



CC: srezic [...] iconmobile.com
Subject: no_pid => 0 and different users
I think it's possible to check for the existance of a process by pid even if the user is different. "perldoc perlipc" proposes this snippet: unless (kill 0 => $pid or $!{EPERM}) { warn "$pid looks dead"; } Regards, Slaven
Added to Lazy::Lockfile 1.18!