Re: [flexcoders] Polling vs. Timeout error vs. ???

2009-04-21 Thread John Robinson
if you only have to reload the data every 3 minutes, you should be fine using a timer. You won't get the 'script running too long' error as a result of using a timer. That error happens basically when code takes too long to process or goes into an infinite loop. john On Apr 21, 2009, at

RE: [flexcoders] Polling vs. Timeout error vs. ???

2009-04-21 Thread Gregor Kiddie
2009 16:35 To: flexcoders@yahoogroups.com Subject: [flexcoders] Polling vs. Timeout error vs. ??? I think I asked this question before but my searches for my messages come up empty (search in this forum is awful). I have a Flex application that I need to do polling. Because of the implem

[flexcoders] Polling vs. Timeout error vs. ???

2009-04-21 Thread flexaustin
I think I asked this question before but my searches for my messages come up empty (search in this forum is awful). I have a Flex application that I need to do polling. Because of the implementation/install of our app I cannot use any push technology. So my solution, which I am not sure will w