[Twisted-Python] Twisted 9.0.0 prerelease 1

2009-11-19 Thread Christopher Armstrong
Hey guys. I've done an initial cut of Twisted 9. Please check out these tarballs and tell me whether or not you find any regressions or other release-related problems. The release notes are here: http://twistedmatrix.com/users/radix/twisted-prereleases/9.0.0pre1/NEWS.txt The tarballs are here:

[Twisted-Python] TwistedGateway instead of TwistedChannelSet

2009-11-19 Thread vitaly
hi guys, how the following example could be re-created using TwistedGateway, reactor.listenSSL and reactor.run instead of TwistedChannel? Appreciate the help. # -- import logging import sys from twisted.application import service, strports from twisted

[Twisted-Python] Grabbing HTTP Headers with twisted.web.soap.SOAPPublisher

2009-11-19 Thread Cole Tuininga
Hopefully quick question. Is there an existing way to easily get at the HTTP headers in an incoming SOAP request being handled by twisted.web.soap.SOAPPublisher? Or do I need to override the render method to keep/return it? Thanks in advance... -- Cole Tuininga http://www.tuininga.org/ __

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