I agree with Pablo. Since I never had mysql support working, I relied on inlinepush for MySQL request. You can have more flexibility when dealing with user from a CMS for example.
Sure, MySQL support inside ape can be useful sometimes for small app, but a background Ajax request is still easier to implement. Envoyé de mon iPhone Le 2011-11-27 à 00:42, Pablo Tejada <[email protected]> a écrit : > By now you guys should know how reliable APE database support is. You guys > should try to implement APE inlinepush with your server language. > > I personally use PHP and my scheme looks like these: > > Pull request = Client < APE > Send request = Client > PHP(inlinepush) > APE > > For me, these method provide tighter integration with my user authentication > in PHP as well as better message integrity since there is little to no > security in JS. And as for database access, you use the methods you are > already familiar with. > > -- > 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/
