The purpose of an event driven system is to send events as they occur, not
to queue and poll them which is what you would be doing with what you
proposed. Ideally you would be storing the events in mongo, and also
additionally whatever processes inserts into mongo for these events would be
responsible for pushing them out via APE.


On Wed, Oct 6, 2010 at 4:01 AM, trong <[email protected]> wrote:

> I'm sorry, but I don't understand you. I have a storage (MongoDB)
> which aggregate event messages from different systems. I need to send
> messages once in 1 min
>
> On 4 окт, 23:24, Ruben Decleyn <[email protected]> wrote:
> > imo that's the wrong approach, you should intercept where the message is
> > sended
> >
> > Kind Regards.
> > Ruben Decleyn
> >
> > 2010/10/4 trong <[email protected]>
> >
> >
> >
> > > Bacause my problem is another - I need to get this message from DB
> > > (MongoDB) and after that send this message to user
> >
> > > On 4 окт, 02:59, Ruben Decleyn <[email protected]> wrote:
> > > > why not make a channel for this and send to the channel when a new
> > > message
> > > > is created and then the user will receive a message that there is a
> new
> > > > message the same time as it is sended, that's what ape is all about
> >
> > > > Kind Regards.
> > > > Ruben Decleyn
> >
> > > > On Sun, Oct 3, 2010 at 6:35 PM, trong <[email protected]>
> wrote:
> > > > > Hello!
> > > > > May you explain me how to use APE together with MongoDB? I need to
> > > > > develop the system which will notify user about new messages in
> his/
> > > > > her profile. I think I'll check db for new messages each 1 min and
> > > > > send event to user.
> >
> > > > > --
> > > > > 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]>
> <ape-project%2bunsubscr...@googlegr oups.com>
> > > <ape-project%2bunsubscr...@googlegr oups.com>
> > > > > 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]<ape-project%[email protected]>
> <ape-project%2bunsubscr...@googlegr oups.com>
> > > 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]<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/

Reply via email to