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]> 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] > 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/
