On Jul 9, 5:35 am, Amrit Pal Pathak <[email protected]> wrote: > hey > I want to develope a chat client in rails .Please suggest me > what i should do.? >
I wrote a long polling based system a few years ago, with a c++ server handling the long-lived connections using epoll/kqueue (you could also do this in ruby if you weren't going to have too many connections). You might also want to look into websockets, there are a some ruby implementations of the server side bits around. There are also a variety of like http://www.ape-project.org/ which purport to insulate you from the vagaries of what browser supports what methods best (I haven't used this) Fred > Thanks in advance > > amritpalpathak.blogspot.com -- 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 [email protected]. 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.

