Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to refresh multiple PIDs at once (so it can be multithreaded) #1133

Closed
GuillaumeGomez opened this issue Nov 8, 2023 · 3 comments · Fixed by #1170
Closed

Allow to refresh multiple PIDs at once (so it can be multithreaded) #1133

GuillaumeGomez opened this issue Nov 8, 2023 · 3 comments · Fixed by #1170

Comments

@GuillaumeGomez
Copy link
Owner

Adding methods called refresh_pids and refresh_pids_specifics.

@GuillaumeGomez
Copy link
Owner Author

I took a look at this and on linux, I need to figure out if the /proc/[PID]/task/ reading is really necessary. I couldn't find a reason why it was actually useful but I'll continue to investigate.

@GuillaumeGomez
Copy link
Owner Author

More explanations about the task folder here.

@GuillaumeGomez
Copy link
Owner Author

Not a problem, the tasks can't be listed directly in /proc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant