The problem is in determining actual delivery or not. You can really only determine this on the client (javascript in browser). I would suggest keeping a timestamp, or incrementing id of messages. When the client detects a disconnect (timeout of request etc), when it connects again you send the last known id or timestamp, and APE looks in some queue (or maybe db) and sends the events since that id.
On Fri, Jan 14, 2011 at 9:12 AM, Eppi <[email protected]> wrote: > because it would be more comfortable. is it possible or not? > > -- > 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/
