Considered Akka actors? Whatever you do, dont do database polling - that would be a hacky solution.
On 17 Nov 2009, at 09:02, aw wrote: > I am looking to add a Chat feature to my Lift app, demonstrating the > Ajax + Comet whiz bang... However, I do need to persist my chat > messages (to a database), and I will have a cluster of (at least) 2 > nodes. As a result, what recommendation is there to share an Ajax > event across the cluster so that each node can respond with its Comet > actor? > > Should I just go with JMS or database polling? (Note that I expect to > deploy on Tomcat...) > > -- > > You received this message because you are subscribed to the Google Groups > "Lift" 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/liftweb?hl=. > > > -- You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=.
