It would put load on mysql, but probably not a lot (depending on your query). MySQL can handle many queries/sec.
On Thu, Jan 13, 2011 at 4:14 PM, Saif Rehman <[email protected]> wrote: > If I make polls on intervals, wouldn't that put alot of load on both the > ape server and mysql? > > > On 14-Jan-2011, at 2:09 AM, Johnathan Leppert <[email protected]> > wrote: > > I'm not aware of a way to do this on the MySQL end. You can either have a > script continually polling your db and then sending an update to APE when it > detects a change or (probably better) the source of the change both making > the change in the db and then posting a message to APE. > > On Thu, Jan 13, 2011 at 3:50 PM, Saif < <[email protected]> > [email protected]> wrote: > >> Hi, >> >> Is it possible to get Instant updates from mysql server because >> another programs adds and updates data on mysql server. >> >> Like if an app changes something on mysql .. That change would be sent >> to the APE server from MySQL >> >> Thanks >> >> -- >> 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]> >> [email protected] >> To unsubscribe from this group, send email to >> <ape-project%[email protected]> >> [email protected] >> For more options, visit this group at >> <http://groups.google.com/group/ape-project?hl=en> >> http://groups.google.com/group/ape-project?hl=en >> --- >> APE Project (Ajax Push Engine) >> Official website : <http://www.ape-project.org/> >> http://www.ape-project.org/ >> Git Hub : <http://github.com/APE-Project/>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]> > [email protected] > To unsubscribe from this group, send email to > <[email protected]> > [email protected] > For more options, visit this group at > <http://groups.google.com/group/ape-project?hl=en> > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : <http://www.ape-project.org/> > http://www.ape-project.org/ > Git Hub : <http://github.com/APE-Project/>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]<ape-project%[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/
