You are here: Forums Ask a Rails expert need your help or views for di...
Posted in Forums : Ask a Rails expert
|
Authority 37
Posting Rating 65
Sign in to rate this post
|
hi all, |
Authority 12
Posting Rating 98
Sign in to rate this post
|
It really depends on how many concurrent requests your SMS gateway can process. If it’s only 1 or no concurrency at all, no amount of distributed programming can speed up the process. |
Authority 0
Posting Rating 0
Sign in to rate this post
|
Erol, true. I’d consider using threads (Yes, I know Ruby threads are not real threads…) but it has lesser overhead than DRb. |
Ask a Rails expert : Ruby Builder
Ask a Rails expert : Better programming skills
Ask a Rails expert : Select Option
Ask a Rails expert : Updating ruby version on windows
Ask a Rails expert : Periodicall Ajax Calls and Session Expiry
Ask a Rails expert : Sub queries in RoR
Ask a Rails expert : Remembering associations
Ask a Rails expert : Keeping the databse clean
Ask a Rails expert : How to redirect single app to 2 different URLs
Ask a Rails expert : Dealing with nested models