Why doesn't ruby support native threading?

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 via http://www.ruby-forum.com/.

Ruby does support native threading.

Sam

···

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.

Google is your friend.

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

Henry

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)

···

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.

--
Tony Arcieri

Try reading "working with unix processes". It's written with ruby, available as an ebook, and is fantastic: Search

···

On 8 Oct 2012, at 18:01, Tony Arcieri <tony.arcieri@gmail.com> wrote:

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)

--
Tony Arcieri