[Lift] How can i specify the Interval time for the Comet ?

2009-12-19 Thread Neil.Lv
Hi all, How can i specify the Interval time for the Comet ? Just like the chat demo in the lift examples, i have a problem that how to set the interval time for the every http request ? That means the user only post the message to the comet every 3 seconds, and doesn't post the message

Re: [Lift] How can i specify the Interval time for the Comet ?

2009-12-19 Thread David Pollak
Neil, The polling is not periodic, it's constant and the polling for Comet takes place immediately (well 100ms after the page loads). What is the advantage that you see to a periodic poll rather than the continuous long poll that is currently implemented? Thanks, David On Sat, Dec 19, 2009 at