Hi there again ! New debugs showed me that the php file wasn't even called. I heard there could be limits on the number of concurrent ajax calls, is it true ?
I think that to test it, I'm going to stop my periodicalupdater before an request and restart it right after, but it seems to me a bit weird. Has Prototype.js an existing process to prevent this ? Thanks in advance, Regards, Me. On 3 mai, 10:04, Julien Lenne <[email protected]> wrote: > Hello there ! > > It's been a (little) year since I've started using prototype.js. It's > really great and it simplifies my dev life a lot ! > > I use it to develop a chat application (www.kraml.fr) and I use the > PeriodicalUpdater to retrieve the new events. > > But, somehow, it happens that the call never retrieves the answer from > the server, even if in Apache log I see that the page has been called > by that user. > > For now, I try to escape the problem by putting a timeout on the call > (from a script found on the web), but to avoid loosing information, I > have to send a receipt, which is slowing my app, and is not really > reliable as it can "pend" as the periodical call. > > I don't think it comes from the prototype library, but I thought > people could have had an idea or even had the same problem. I'm > looking actually at the PHP sessions, but am not really sure it has > something to do with it. > > Thanks in advance, > > Regards, > Julien. (tyrsensei onwww.kraml.frif you want to test on live) -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
