-
Notifications
You must be signed in to change notification settings - Fork 670
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
Parallelism #69
Comments
I think the parallelism is a language level feature. If crystal supports the parallelism in language level, I will tune each framework. |
Wait what why? Does crystal really not have threading?! o.O |
Not yet. It's planned for 1.0 but for now, you can use reuse port flag. |
I'll try to make Puma use all CPU cores for Ruby frameworks. |
@AlexWayfer Ping me when a PR is submitted and I'll run the tests. :-) |
as in #239 @OvermindDL1 noticed |
@drujensen @tbrand Parallelism has been introduced in It will be a pleasure to enable this feature in |
Ooo nice! That was one huge feature that crystal was lacking! |
Some of these languages provide parallelism and others don't.
For Crystal, if you have a multicore system, you need to run multiple processes (1 per core) with reuse port enabled to take advantage of them.
The text was updated successfully, but these errors were encountered: