[Lift] Re: Comet long polls turning to fast short polls

2009-11-24 Thread soumik
I was able to figure out what the problem was. The main page comet actor had a jquery plugin (gritter - displays growl-like alerts), which makes ajax calls. This plugin was the one which was causing the problem. When I removed call to the jquery function for the plugin, the problem was not seen. T

[Lift] Re: Comet long polls turning to fast short polls

2009-11-24 Thread soumik
Thanks for the quick response, Marius. I am not running the browser with multiple tabs/windows. Its just 1 firefox window with 1 tab pane. And I see this happening. About the part where I said, navigating away from the page doesn't affect the ajax polls, let me clarify a little. I have a page whe

Re: [Lift] Re: Comet long polls turning to fast short polls

2009-11-24 Thread Timothy Perrett
Are you using ActorPing or something? Can you post your actor code? Cheers, Tim On 24 Nov 2009, at 08:50, soumik wrote: > Thanks for the quick response, Marius. > > I am not running the browser with multiple tabs/windows. Its just 1 > firefox window with 1 tab pane. > And I see this happeni

[Lift] Re: Comet long polls turning to fast short polls

2009-11-24 Thread Marius
Hmmm In the page with 2 Comets using FireBug do you see 2 Ajax requests flying out? Can you make a very minimalistic app derived from your existent application that can reproduce this issue and post the app here as a zip? Myself or someone else will surely look into this. This is a bit stra

[Lift] Re: Comet long polls turning to fast short polls

2009-11-24 Thread soumik
Thanks for the quick response, Marius. I am not running the browser with multiple tabs/windows. Its just 1 firefox window with 1 tab pane. And I see this happening. About the part where I said, navigating away from the page doesn't affect the ajax polls, let me clarify a little. I have a page whe

[Lift] Re: Comet long polls turning to fast short polls

2009-11-23 Thread Marius
Are you using multiple tabs with the same page? or even having multiple instances of the same browser having the same page opened in the same time? If so don't, because the Ajax connections are shared between tabs and even different instances of the same browsers. Try using different browsers openi