[Twisted-Python] Quotient projects

2009-11-24 Thread Artem Bokhan
What is the relationship between these quotient projects? http://freshmeat.net/projects/divmod last release 0.9.2 2005 22:27, has imap support, has tap server can somebody help to find the tarball of 0.9.2? http://divmod.org/trac/wiki/DivmodQuotient starts 0.1.0 (2006-06-12), as I see

Re: [Twisted-Python] Launching Twisted client using Process call

2009-11-24 Thread naman jain
Please could I get some help on this issue, if any one has some ideas. Thanks Naman On Tue, Nov 17, 2009 at 3:30 PM, David Ripton wrote: > On 2009.11.17 07:07:50 +0100, naman jain wrote: > > I try to launch it as a Process: > > foo = Process( target=twisted_client.main, args=(q,uid,)) > > f

Re: [Twisted-Python] Launching Twisted client using Process call

2009-11-24 Thread exarkun
On 10:59 am, naman...@gmail.com wrote: >Please could I get some help on this issue, if any one has some ideas. Can you produce a short, self-contained, correct example () of the problem you're having? Jean-Paul ___ Twisted-Python ma

Re: [Twisted-Python] Quotient projects

2009-11-24 Thread exarkun
On 09:42 am, a...@academ.org wrote: >What is the relationship between these quotient projects? > >http://freshmeat.net/projects/divmod >last release 0.9.2 2005 22:27, has imap support, has tap server >can somebody help to find the tarball of 0.9.2? > >http://divmod.org/trac/wiki/DivmodQuoti

[Twisted-Python] HTTP Gateway, Passing In Cookies Via URL

2009-11-24 Thread Brandon McGinty
I hope someone can help me with this. I have checked through the twisted web proxy and twisted http client, and I suppose I am just missing something. I am trying to create a resource, inside a twisted web server, that will convert the arguments passed to it into an address, which is easy enough

[Twisted-Python] Transfering a transport between DatagramProtocols

2009-11-24 Thread Olivier Parisy
I am implementing a protocol where a DatagramProtocol "handshaking" subclass get an arbitrary port (by calling "self.udpPort = reactor.listenUDP(0, self)") and communicate it to a remote host. Once this is done, I would like to "switch" to another DatagramProtocol which would use the same port.

Re: [Twisted-Python] Transfering a transport between DatagramProtocols

2009-11-24 Thread Glyph Lefkowitz
On Nov 24, 2009, at 4:26 PM, Olivier Parisy wrote: > Is this the "twisted" way to analyse this? Or should I use some kind of > "proxy" DatagramProtocol which would relay datagramReceived calls to the > proper DatagramProtocol, depending on the current protocol state > (handshaking or data excha