Sincerely how much complex is the query? MySQL can handle a "LOT" of query is tables are good indexed...
On Wed, Feb 23, 2011 at 10:57 AM, Summer nguyen <[email protected]> wrote: > Dear all, > I have many data store in mysql database , and it's updated every second. > So I want to use APE Server.js to get infomation and broadcast to Clients > every 500 miliseconds. > I have many clients , so I am afraid that mysql can not handle hundreads of > query per second, and every second. > I have an idea to use JAVA to write infomation to a XML file, then I use > server.js to get infomation from this XML file. > I am finding a solution to use server.js to get infomation from XML file. > anyone know, please help me. 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] > 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/ > -- while ( ! ( succeed = try() ) ); -- 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/
