Re: [Twisted-Python] long-polling channels with Twisted

2009-11-19 Thread vitaly
Found this one easily to suite in current environment: http://code.google.com/p/amfast/wiki/MessagingServer#Producer/Consumer_Messaging Quoting "Reza Lotun" : > Hi, > >> is there any example how to implement long-polling channel with >> Twisted while using reactor()? > > I'm not sure what you me

Re: [Twisted-Python] long-polling channels with Twisted

2009-11-19 Thread vitaly
Long-polling/push over HTTP from server to clients. Quoting "Itamar Turner-Trauring (aka Shtull-Trauring)" : > On Wed, 2009-11-18 at 18:22 -0500, vit...@synapticvision.com wrote: >> hi, >> is there any example how to implement long-polling channel with >> Twisted while using reactor()? > > Wha

Re: [Twisted-Python] long-polling channels with Twisted

2009-11-19 Thread Werner Thie
If you're referring to something like XEP-0124 (BOSH) http://xmpp.org/extensions/xep-0124.html then the short answer is, I did only find a BOSH implementation done with Twisted as part of an XMPP over BOSH connection manager implementation called punjab. http://code.stanziq.com/punjab Interes

Re: [Twisted-Python] long-polling channels with Twisted

2009-11-19 Thread Reza Lotun
Hi, > is there any example how to implement long-polling channel with > Twisted while using reactor()? I'm not sure what you mean either, but perhaps you're talking about an HTTP long polling/comet thing? You might want to check out orbited (http://orbited.org/) which is a server-side comet imple

Re: [Twisted-Python] long-polling channels with Twisted

2009-11-19 Thread Itamar Turner-Trauring (aka Shtull-Trauring)
On Wed, 2009-11-18 at 18:22 -0500, vit...@synapticvision.com wrote: > hi, > is there any example how to implement long-polling channel with > Twisted while using reactor()? What is a "long-polling channel"? ___ Twisted-Python mailing list Twisted-Pyt

[Twisted-Python] long-polling channels with Twisted

2009-11-18 Thread vitaly
hi, is there any example how to implement long-polling channel with Twisted while using reactor()? Thank you. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python