Is Ractor ready for production use? #209
Replies: 5 comments
-
For 1. It is production ready and is being used so. For 2. I haven't specifically benchmarked it against actix, however we do have a benchmark suite in |
Beta Was this translation helpful? Give feedback.
-
I would just reiterate to your own point, I wouldn't consider ractor_cluster production ready as it hasn't been stress tested in the same way but it should be pretty functional to many problems |
Beta Was this translation helpful? Give feedback.
-
@slawlor Thank you for your response. We'll test it and give feedback here. |
Beta Was this translation helpful? Give feedback.
-
see repo: actix-ractor-benches actix-ractor-benchesPreconditions
cargo bench --bench actix
cargo bench --bench ractor
Conclusion
|
Beta Was this translation helpful? Give feedback.
-
OK this is all helpful information. I think this is likely going to heavily boil down to runtime choices, and while
|
Beta Was this translation helpful? Give feedback.
-
We are currently using Actix, but it has weak support for async/await, and it is no longer actively maintained.
Recently, we came across Ractor, and it looks great. Now we have two questions:
Beta Was this translation helpful? Give feedback.
All reactions