Subject: | Please include file descriptor numbers as part of proccess objects |
Hi,
You are returning multiple process info objects for a process if that
process has the file opened more than once. According to RT#12067, this
is intentional. However, there is nothing to distinguish one of these
objects from another. Can you please add an accessor to the process
objects that returns the processes' file descriptor numbers? In my code,
I'm having to go back and traverse the /proc filesystem again to pick up
this information after Linux::Fuser has told me the relevant information.
I guess these objects would then be better considered "Descriptor"
objects than "Process" objects... :-)
Thanks,
Tyler