So, I investigated this a while ago... does anybody have good experience/good instructions as to how to move your rails app to using a push server? Which ones are best? Most Stable? Easiest to implement and use?
Our site is currently doing some regular polling, and it's getting hairy fast. I looked into using Juggernaut a while ago, but I'm not certain it's going to be good for production going forward, it's also flash based.
I see a quick article on a true "push" server using http here:
But I'm not sure that will integrate well with mongrel+apache...
Now, here's Juggernaut using flash 6: http://juggernaut.rubyforge.org/
Anybody have some experience using either one?