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

mutithreading #55

Closed
emmanuel211g opened this issue Mar 3, 2022 · 1 comment
Closed

mutithreading #55

emmanuel211g opened this issue Mar 3, 2022 · 1 comment

Comments

@emmanuel211g
Copy link

how many cpu can your program handle cuz i have aws 64 vcpu and im getting 600 m/s. can it handle more cpu with out running mutiple copys

@Coding-Enthusiast
Copy link
Owner

I can tell you that the framework doesn't differentiate between multiple cores in a CPU and multiple physical CPUs. As long as it can access them, it should be able to create an appropriate thread pool and spread the work among all those units.

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

2 participants