Skip to content

improve rust fork bomb#31

Open
chrontax wants to merge 1 commit into
aaronryank:masterfrom
chrontax:master
Open

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

Conversation

@chrontax

@chrontax chrontax commented Nov 9, 2023

Copy link
Copy Markdown

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

chrontax commented Sep 4, 2024

Copy link
Copy Markdown
Author

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