Hi, Indeed this is possible. The easiest way is to "push" the data (with inlinepush) along with the app that insert/update the database. Btw 4kb is a lot :
1000 users * 4kb = ~ 4mb => /!\ Bandwidth :) Anthony On Thu, 20 May 2010 07:23:55 -0700 (PDT), Wojciech B <[email protected]> wrote: > I am new to APE. At the first look it looks promising for my future > application. But if any of more experience APE users/developers could > confirm its usability for my appication, it would be helpfull. > Server side of application: > - get and preprocess portion of real time data from database (data are > changing quite dynamically) > - "stream" data (at the moment array of objects - max size of array > is 200 - max data size is 4kB) every 2-5 seconds > Client side: > - process received data > - display data > > Max number of users receiving data is at the moment limited, but I > would like the application scale up to several thousends of users. > > Do you think using APE in above scenario is easy? > > Regards, > Wojben > > -- 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/
