Skip Menu |

This queue is for tickets about the Linux-Fuser CPAN distribution.

Report information
The Basics
Id: 12067
Status: resolved
Priority: 0/
Queue: Linux-Fuser

People
Owner: Nobody in particular
Requestors: max.muzi [...] comm2000.it
Cc:
AdminCc:

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



Subject: duplicate PIDs
If a process has a file opened more than once, fuser() returns its pid as many times. Is this an intended behaviour? 'fuser' shell command never returns duplicate pids, as far as I can see.
[MAXM - Wed Mar 30 03:47:22 2005]: Show quoted text
> If a process has a file opened more than once, fuser() returns its pid > as many times. Is this an intended behaviour? 'fuser' shell command > never returns duplicate pids, as far as I can see.
This is indeed how it behaves by design. If you require unique PID then you can achieve this in your own code - I'll look at having some kind of unique option in a future release if this will be useful. /J\