On Tue, Sep 16, 2008 at 3:44 PM, Bill Walton <[EMAIL PROTECTED]> wrote: > > comopasta Gr wrote: >> >> I would like to introduce reverse ajax to one of my projects. >> Anyone has any opinions on what is the best approach for a serious >> deployment? Comet, Juggernaut, orbitd, cometd, ...? >> >> I would appreciate opinions on this issue. > > Client-polling is easy enough with periodically_call_remote. I don't > believe that Rails' architecture would support Server-pushing. Maybe > somebody will correct me though. > > HTH, > Bill > >
I've used juggernaut in a few places now and it works great. Very simple to setup and run. I'd recommend staying away from any library that does this via persistent HTTP connections, as those are known to be quite resource heavy on both web browsers and web servers. Jason --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---