Hi Ray, I can suggest the IM service (xmpp) of Google App Engine: see http://code.google.com/appengine/docs/java/xmpp/overview.html You gain scalability for free.
regards didier On Nov 2, 12:55 am, Ray Tayek <[email protected]> wrote: > hi, i have this web app that needs to keep an connection open for > server side push. the messages are short (< 128 characters) and > fairly infrequent. > > i have googled and found comet, > websockets,http://www.google.com/events/io/2010/sessions/building-real-time-apps..., > bosh, and a chat athttp://code.google.com/p/gwt-eclipsecon-chat/ > > i will at most have a few clients. they will send a few messages. > each message will be processed and a response sent to all clients. > > seems like hacking the eclipsecon thing might work. maybe someone > knows of something a bit more simple? > > thanks > > --- > co-chairhttp://ocjug.org/ -- 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.
