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

Bug: Limit amount of goroutines globally #6

Open
hiddengearz opened this issue Dec 8, 2021 · 0 comments
Open

Bug: Limit amount of goroutines globally #6

hiddengearz opened this issue Dec 8, 2021 · 0 comments

Comments

@hiddengearz
Copy link
Member

Max GoRoutines needs to be fixed, in it's current implementation it can be max * max. Lets use 10 goroutines for example.

Ccore.go/ExecSearch can use 10 go routines, ExecSearch can then spawn 10GetResults goroutines. This leads to a total of 10 * 10 go routines instead of a max of 10

@hiddengearz hiddengearz changed the title Limit amount of goroutines globally Bug: Limit amount of goroutines globally Dec 8, 2021
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