Hi i am developing an app using APE which works just like the chat demo provided. Once a pipe is created, it appears as a new tab which persists on refreshing the page. for this i am using sessions and set a new key in the session every time a new pipe is created . On the uniPipeCreate event, the code checks if the key exists in the session (using getSession) . This way the tabs persist even after page refresh .
But how do i get the conversation that was going on over the pipe ? right now i can just think of creating a js module using mysql and storing the chat in the database and fetching it when the session is recognized . but for this , when do i add data to the db? will this put load on mysql ? Just want to know the best method for achieving this. I am sure some one must have done it before. :) Thanks and regards, Vineet -- 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/ To unsubscribe, reply using "remove me" as the subject.
