|
|
|
|
|
by nexneo
4120 days ago
|
|
As fast as twilio can accept and process without throttling, beyond that its not much useful. Unicorn forking benefit is overrated, we used it and we don't see much benefit for long running processes. Sidekiq is good alternative but that means some rewrite(for our app anyway). Secondly Sidekiq looks mature today, I started working on some of these changes 2 years ago. |
|
2 years ago, ruby was not COW friendly. So yeah, there was not much benefit to forking if you were using 1.9.3. Not sure how well does ruby 2.x fares in that respect