Is it really needed on linux to recurse into /proc/[PID]/task/
?
#1341
Labels
Linux 🐧
Linux related issues
support request
This is not a code issue but merely a support request. Please use the mailing list or IRC instead.
From what I can see, all PIDs listed in the
task
subfolder are directly present in/proc
, which means that the same information is retrieved twice unless I missed something. Is it really necessary to recurse intotask
then?The text was updated successfully, but these errors were encountered: