Richard Quadling
2007-Nov-22 17:17 UTC
I think I''ve found a problem with AJAX.PeriodicalUpdate with
Hi. The code at http://pastie.caboo.se/120937 runs for 685 iterations on IE7 and 667 iterations on FF2.0.0.9 The code is a really stripped down version of my own code. I''m using the standard prototype V1.6.0 rather than my own enhancements (just in case...) The server file is a simple PHP script of ... <?php echo ''The server time is '' . date(''r''); ?> The full code has a 30 second repeat and the response from the server is normally within 2 seconds. I''ve attached the code as well. To debug this I think a nested call trace would be useful monitoring the entry and exit of each function. Not sure how possible that is. And it would be MASSIVE probably. Regards, Richard. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
kangax
2007-Nov-22 22:10 UTC
Re: I think I''ve found a problem with AJAX.PeriodicalUpdate with
Richard, Tobie closed this one a week ago http://dev.rubyonrails.org/changeset/8152 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Richard Quadling
2007-Nov-23 11:50 UTC
Re: I think I''ve found a problem with AJAX.PeriodicalUpdate with
Ha ha! Well, at least I''m testing it! What a strange count though 685 for IE and 667 for FF. Thanks! On 22/11/2007, kangax <kangax-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Richard, > > Tobie closed this one a week ago > http://dev.rubyonrails.org/changeset/8152 > > >-- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---