Black Bytes » threads http://www.blackbytes.info Ruby Programming Tutorials Mon, 21 Mar 2016 18:40:19 +0000 en-US hourly 1 http://wordpress.org/?v=4.3.3 Using Ruby Threads http://www.blackbytes.info/2015/07/ruby-threads/ http://www.blackbytes.info/2015/07/ruby-threads/#comments Mon, 06 Jul 2015 13:30:29 +0000 http://www.blackbytes.info/?p=1954 Using ruby threads you can make your applications do multiple things at the same time, making it faster. In MRI (Matz’s Ruby Interpreter) you will only benefit from threads in i/o bound applications. This limitation exists because of the GIL (Global Interpreter Lock), alternative Ruby interpreters like JRbuy or Rubinius can take full advantage of […]

The post Using Ruby Threads appeared first on Black Bytes.

]]>
http://www.blackbytes.info/2015/07/ruby-threads/feed/ 0