Re: Can pyramid event be used for long polling async event?

2011-12-19 Thread cd34
http://michael.merickel.org/2011/6/21/tictactoe-and-long-polling-with-pyramid/ This blog post by Michael Merickel describes how they handled long polling with Pyramid. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, sen

Re: Can pyramid event be used for long polling async event?

2011-12-16 Thread Joshua Partogi
Thanks John. I will look into gevent and socket.io. On Dec 17, 1:46 am, John Anderson wrote: > >>> I am interested to build a chat app using pyramid event. Is this what > >>> pyramid event is for? > >> Or should I be integrating it with another > >> library like gevent or eventlet? > >> Yes. > >

Re: Can pyramid event be used for long polling async event?

2011-12-16 Thread John Anderson
>>> I am interested to build a chat app using pyramid event. Is this what >>> pyramid event is for? >> Or should I be integrating it with another >> library like gevent or eventlet? >> Yes. >> Look at using gevent and socket.io for doing this. Socket.io is a library which will abstract out the

Re: Can pyramid event be used for long polling async event?

2011-12-16 Thread Joshua Partogi
Thanks Chris. On Dec 16, 4:03 pm, Chris Rossi wrote: > On Fri, Dec 16, 2011 at 11:01 AM, Joshua Partogi > 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 >

Re: Can pyramid event be used for long polling async event?

2011-12-16 Thread Chris Rossi
On Fri, Dec 16, 2011 at 11:01 AM, Joshua Partogi 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

Can pyramid event be used for long polling async event?

2011-12-16 Thread Joshua Partogi
Hi, I am interested to build a chat app using pyramid event. Is this what pyramid event is for? Or should I be integrating it with another library like gevent or eventlet? Your assistance is very much appreciated. -- @jpartogi -- You received this message because you are subscribed to the Goo