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

Is it possible to turn off threading? #5

Open
jeff-davis opened this issue Oct 17, 2022 · 0 comments
Open

Is it possible to turn off threading? #5

jeff-davis opened this issue Oct 17, 2022 · 0 comments

Comments

@jeff-davis
Copy link

When I do: strace -p $PID -e fork,vfork,clone, I get:

strace: Process 671482 attached
vfork()                                 = 671487
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=671487, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
vfork()                                 = 671488
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=671488, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
vfork()                                 = 671489
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=671489, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
--- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} ---

Is it possible to turn off threading in the runtime? Is that desirable or do we want threading on?

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

No branches or pull requests

1 participant