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