Skip to content

improve rust fork bomb#31

Open
chrontax wants to merge 1 commit intoaaronryank:masterfrom
chrontax:master
Open

improve rust fork bomb#31
chrontax wants to merge 1 commit intoaaronryank:masterfrom
chrontax:master

Conversation

@chrontax
Copy link
Copy Markdown

@chrontax chrontax commented Nov 9, 2023

use processes instead of threads

@aaronryank
Copy link
Copy Markdown
Owner

What makes this an improvement, i.e. how is it more efficient at ruining memory?

@chrontax
Copy link
Copy Markdown
Author

chrontax commented Sep 4, 2024

If you use threads, when the main process is killed all threads die. If you use processes, they are independent.

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

Successfully merging this pull request may close these issues.

2 participants