Thank you very much indeed. I send only 1000 chars only every 100 miliseconds. I install APE using rpm version 1.0 . I dont know if the code is wrong ( It works properly). I can only find the problem that : long time while loop makes APE suspend !!!. so what should be the problems ?
On Tue, Mar 1, 2011 at 6:02 PM, <[email protected]> wrote: > No this is not the problem. (At leat if you are not sending something like > 1GB every 100ms). > > Ape.addEvent('deluser', function(user){}); or Ape.addEvent('rmchan', > function(user){}); detect when a user or channel has closed. > > > On Tue, 1 Mar 2011 17:51:46 +0700, Summer nguyen <[email protected]> > wrote: > > Dear, > > Thank you for your response. > > Please tell me what should cause the slow APE ? > > I currently use inlinepush which push data to APE server every 100 > > milisecond. is it the problem ? > > Thank you very much. > > > > btw, is there anyway to detect pipe is closed ? > > > > Ape.registerCmd('getInfo', true, function(params, cmd) { > > // HOW to detect cmd.pipe is closed when user refresh the Page ? > > }); > > > > On Tue, Mar 1, 2011 at 5:39 PM, wrote: > > Because you are doing wrong things on the server-side? > > > > On Tue, 1 Mar 2011 16:19:31 +0700, Summer nguyen > > wrote: > > > Dear, > > > I wonder why APE Client load very slowly. > > > the test page have only the script. My Server is OK. it is a local > > > Server. > > > But it always takes about at least 20 seconds to get connected with > > APE > > > Server ( onready); > > > Could you please tell me the reason. 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/ > -- 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/
