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.
on 2012-10-09 01:38
on 2012-10-09 01:49
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
on 2012-10-09 02:02
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)
on 2012-10-09 04:36
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
Log in with Google account | Log in with Yahoo account
No account? Register here.