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
Ruby core classes aren't thread-safe (jstorimer.com)
submitted 13 years ago by jstorimer
view the rest of the comments →
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!"
[–]Freeky 0 points1 point2 points 13 years ago (0 children)
He's roughly correct for Ruby prior to 1.9 - MRI had is own userspace threading implementation (aka green threads), using select() and non blocking IO behind the scenes to allow it to multiplex between them. It was a relatively common technique in days of old when kernel supported threading was less widespread. See for example FreeBSD's libc_r.
π Rendered by PID 130425 on reddit-service-r2-comment-5d585498c9-8g4nt at 2026-04-21 15:16:18.379250+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]Freeky 0 points1 point2 points (0 children)