On Fri, Dec 16, 2011 at 11:01 AM, Joshua Partogi <[email protected]> wrote: > Hi, > > I am interested to build a chat app using pyramid event. Is this what > pyramid event is for? > Nope. pyramid event is for aspect oriented style programming where certain actions can be taken based on certain events taking place in the system. It has nothing to do with low-level event driven io.
>Or should I be integrating it with another > library like gevent or eventlet? > Yes. Chris -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
