Hello, I don't understand what you mean under > > try using feed=longpoll, and having your callback function open the connection again. let's say I has code var connection=$.ajax({ url: "my_url", dataType: "jsonp", jsonp: "my_callback", feed:"longpoll" }); connection.onreadystatechange = my_callback; How can I modify the code to open connection in the callback function? Thanks a lot Tom Bichay writes: > > Hi Chris, > > thanks for the reply again. > > Yes! You replied already. I wrote this message in the mailing list before I wrote you directly. But thanks again. > > I managed it now with longpoll and I just invoke another call to the view with it. Now it seems to work quite > good. > As you told me. > > Thanks again. > > Cheers, > Tom > > Am 26.09.2010 um 01:17 schrieb Chris Anderson: > > > On Wed, Sep 22, 2010 at 6:10 AM, Tom Bichay wrote: > >> Hi, > >> > >> I just need a way to invoke a function for each new arriving json. > > > > I thought I replied once before, but just in case: > > > > try using feed=longpoll, and having your callback function open the > > connection again. > > > > this is much more reliable. also, I can't see how continuous could > > work with JSONP, even in theory. > > > >> > >> Thanks > >> Tom > >> -- > >> BICHAY IT [bi:shay] > >> IT | Consulting | Development > >> Tom Bichay > >> Freelancer > >> > >> Kammachergasse 2 > >> 89073 Ulm > >> 0151 - 20669066 > >> tom@... | bichay@... > >> www.bichay.de > >> > >> > > > > > > > > -- > > Chris Anderson > > http://jchrisa.net > > http://couch.io >