setTimeout is not recurent.
On Sun, 27 Feb 2011 22:53:21 +0700, Summer nguyen <[email protected]> wrote: > Thank you very much. > I have a solution : > Use Settimeout to clearInterval. > Will it be OK ? > Thank you very much, > On Sun, Feb 27, 2011 at 10:38 PM, wrote: > This is totally normal. This is how APE works. > > APE server-side javascript is not related to a "user", it lives during > the > whole APE processus lifetime. So Ape.setInterval() will run until you > clear > it with Ape.clearInterval(). > > On Sun, 27 Feb 2011 22:02:01 +0700, Summer nguyen > wrote: > > Dear, > > I wonder what APE Post does . > > Can I stop the request like this ? > > > > And I have another question: > > I use Ape.setInterval . So, the function will run for a long time Or > it > > will stop when the connection lost. P.S: I don't user chanel. I use > > Ape.Client only. > > > > Thank you very much. > > > > -- > > You received this message because you are subscribed to the Google > > Groups "APE Project" group. > > To post to this group, send email to [email protected] > [3] > > To unsubscribe from this group, send email to > > [email protected] [4] > > For more options, visit this group at > > http://groups.google.com/group/ape-project?hl=en [5] [1] > > --- > > APE Project (Ajax Push Engine) > > Official website : http://www.ape-project.org/ [6] [2] > > Git Hub : http://github.com/APE-Project/ [7] [3] > > > > > > Links: > > ------ > > [1] http://groups.google.com/group/ape-project?hl=en [8] > > [2] http://www.ape-project.org/ [9] > > [3] http://github.com/APE-Project/ [10] > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] [11] > To unsubscribe from this group, send email to > [email protected] [12] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en [13] > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ [14] > Git Hub : http://github.com/APE-Project/ [15] > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" 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/ape-project?hl=en [16] > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ [17] > Git Hub : http://github.com/APE-Project/ [18] > > > Links: > ------ > [1] mailto:[email protected] > [2] mailto:[email protected] > [3] mailto:[email protected] > [4] mailto:ape-project%[email protected] > [5] http://groups.google.com/group/ape-project?hl=en > [6] http://www.ape-project.org/ > [7] http://github.com/APE-Project/ > [8] http://groups.google.com/group/ape-project?hl=en > [9] http://www.ape-project.org/ > [10] http://github.com/APE-Project/ > [11] mailto:[email protected] > [12] mailto:ape-project%[email protected] > [13] http://groups.google.com/group/ape-project?hl=en > [14] http://www.ape-project.org/ > [15] http://github.com/APE-Project/ > [16] http://groups.google.com/group/ape-project?hl=en > [17] http://www.ape-project.org/ > [18] http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" 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/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
