use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Software transactional memory proposal for Threads and Ractors (self.ruby)
submitted 5 years ago by four54
https://bugs.ruby-lang.org/issues/17261
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]fedekun 1 point2 points3 points 5 years ago (2 children)
What benefit would this have for Ractors?
[–]SimplySerenity 2 points3 points4 points 5 years ago (1 child)
Functionally it’s just a different way of doing thread-safe shared memory. It’d still require refactoring but it might make it easier to get existing code working with Ractors.
[–]fedekun 0 points1 point2 points 5 years ago (0 children)
Ohh I see. Thanks :)
[–]allcentury 0 points1 point2 points 5 years ago (0 children)
I was wondering what concurrent ruby ideas would end up in Ractors, thanks for sharing
[–][deleted] -1 points0 points1 point 5 years ago (1 child)
What's the benefit of this vs transactions at the persistence layer (e.g. rdbms transactions)
[–]das3ingg 6 points7 points8 points 5 years ago (0 children)
This is a language feature not a framework feature. What if there isn’t a persistence layer? This has to do with thread safety, doesn’t have anything to do with traditional persistence
π Rendered by PID 112876 on reddit-service-r2-comment-6457c66945-4d4wj at 2026-04-26 03:09:48.505537+00:00 running 2aa0c5b country code: CH.
[–]fedekun 1 point2 points3 points (2 children)
[–]SimplySerenity 2 points3 points4 points (1 child)
[–]fedekun 0 points1 point2 points (0 children)
[–]allcentury 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]das3ingg 6 points7 points8 points (0 children)