RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Parallel processing in Rails

During my last work on commercial project I came up with idea to create ThreadsPad gem for parallel processing. For instance, you have a huge csv file with hundred lines and you need to parse it. To make it faster you can devide parsing process into a few workers…. Here is more details about it

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in