Slow on what end? Sure, pushing from server would lead to instant message delivery, but I don't think it scales very well. Do you know how may connections you can keep open? You could change the polling rate depending on the load status of the server, just a thought.
brgds, Papick On 9 Dez., 14:52, abhiram wuntakal <[email protected]> wrote: > But, client side polling would make the system slow right? and how to do I > decide the frequency of polling? > > Backend is pure Java with the database interaction thru hibernate. > > ~ Abhi > > On Wed, Dec 9, 2009 at 7:18 PM, P.G.Taboada <[email protected]>wrote: > > > > > I personally would not push the messages from the server, but have the > > clients polling. > > > The rest is server-side coding. What backend are you targeting? > > Don't forget that you will have to handle thread-safety issues on the > > server side. > > > brgds, > > > Papick G. Taboada > > > On 9 Dez., 13:13, abhiram <[email protected]> wrote: > > > Hi All, > > > > Can someone tell me which is the best (and convenient) method to > > > implement a chat application for my web page using GWT? > > > > I believed using the comet.jar would be neat but had lot of problem > > > implementin it. Can you please tell me which is the best possible > > > approach? with any working examples / links? > > > > ~ Abhiram > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
