title | categories | ||
---|---|---|---|
Parallel rendering in Rails |
|
I will continue to expand the features in the pagelet_rails gem. Since it offers a new architectural way of thinking to Rails I've found that there are so many new things we can do. In this post, I will focus on the parallel rendering. Yes, that's right, parallel rendering in Rails. Although, it may sound advanced the concepts behind it are extremely simple. This post however is only relevant to web page rendering.
When we want to run things in parallel with Ruby we only have two options - threads and processes.