in reply to Lightweight Solution To "Only 1 Process Running" On AIX
tye predicts PEBKAC
Tell your friend, "Where's your code?". Fourth-party debugging without the code involved seems likely doomed. Posting a node about this seems like it really shouldn't have been your next step.
I like fcntl-based locks better than flock, so you could ask your friend to try using those instead (just in case flock is just fundamentally broken on his copy of Perl). See fcntl, Fcntl, and File::FcntlLock.
Update: http://www.nntp.perl.org/group/perl.perl5.porters/2009/04/msg145477.html was interesting, if perhaps more tangential than on-target here.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Lightweight Solution To "Only 1 Process Running" On AIX (fcntl)
by Limbic~Region (Chancellor) on May 01, 2009 at 15:25 UTC | |
by tye (Sage) on May 01, 2009 at 15:33 UTC | |
by Anonymous Monk on May 16, 2014 at 10:31 UTC | |
by tye (Sage) on May 16, 2014 at 13:40 UTC |