Forum: Ruby Why doesn't ruby support native threading?

Posted by Prog Rammer (proggrammer)
on 2012-10-09 01:38
I think supporting native threading is a great thing in terms of
parallel computation, then why ruby doesnt support it, in other way, why
ruby maker is not thinking to give it native support.. very curious to
know.
Posted by Sam Duncan (Guest)
on 2012-10-09 01:49
(Received via mailing list)
On 10/09/2012 12:38 PM, ajay paswan wrote:
> I think supporting native threading is a great thing in terms of
> parallel computation, then why ruby doesnt support it, in other way, why
> ruby maker is not thinking to give it native support.. very curious to
> know.
>
Ruby does support native threading.

Sam
Posted by Henry Maddocks (Guest)
on 2012-10-09 01:53
(Received via mailing list)
Google is your friend.

http://www.ruby-forum.com/topic/2798098

Henry
Posted by Tony Arcieri (Guest)
on 2012-10-09 02:02
(Received via mailing list)
On Mon, Oct 8, 2012 at 4:38 PM, ajay paswan <lists@ruby-forum.com> 
wrote:

> I think supporting native threading is a great thing in terms of
> parallel computation, then why ruby doesnt support it, in other way, why
> ruby maker is not thinking to give it native support.. very curious to
> know.


JRuby and Rubinius both support thread-level parallelism at the CPU 
level
without any sort of global interpreter lock (among other 
implementations,
they are just the two most popular with this feature)
Posted by Jam Bees (Guest)
on 2012-10-09 04:36
(Received via mailing list)
Try reading "working with unix processes". It's written with ruby, 
available as an ebook, and is fantastic: 
http://pragprog.com/book/jsunix/working-with-unix-processes
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.