Re: [Twisted-Python] Deferred SOAP methods

2009-11-14 Thread Tuure Laurinolli
Landreville wrote: > Sometimes the calls are blocking because it is calling another SOAP > server (or possibly itself over SOAP). My SOAP calls will all be > blocking because twisted.web.soap doesn't support WSDL. What are you using for your SOAP client calls, then? There is something called "

[Twisted-Python] Getting local UDP address/port

2009-11-14 Thread Olivier Parisy
I am implementing a UDP protocol where a request is sent to a server through a connected UDP transport. I listen for the answer using reactor.listenUDP(0, myDatagramProtocol). The local port is not in itself significant (hence the 0), but the protocol require that I get the local IP address and

Re: [Twisted-Python] Getting local UDP address/port

2009-11-14 Thread exarkun
On 03:02 pm, olivier.par...@free.fr wrote: >I am implementing a UDP protocol where a request is sent to a server >through a connected UDP transport. > >I listen for the answer using reactor.listenUDP(0, myDatagramProtocol). > >The local port is not in itself significant (hence the 0), but the >prot

Re: [Twisted-Python] Getting local UDP address/port

2009-11-14 Thread Olivier Parisy
exar...@twistedmatrix.com a écrit : > The protocol's transport will give you this information via the getHost > method: > > http://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.IUDPTransport.html > I got confused by the method name and did not think it would provide me wi

Re: [Twisted-Python] Deferred SOAP methods

2009-11-14 Thread Landreville
On Sat, Nov 14, 2009 at 9:15 AM, Tuure Laurinolli < tuure.laurino...@indagon.com> wrote: > Landreville wrote: > > > Sometimes the calls are blocking because it is calling another SOAP > > server (or possibly itself over SOAP). My SOAP calls will all be > > blocking because twisted.web.soap doesn't

Re: [Twisted-Python] Deferred SOAP methods

2009-11-14 Thread exarkun
On 05:21 pm, landrevi...@deadtreepages.com wrote: >On Sat, Nov 14, 2009 at 9:15 AM, Tuure Laurinolli < >tuure.laurino...@indagon.com> wrote: >>Landreville wrote: >> >> > Sometimes the calls are blocking because it is calling another SOAP >> > server (or possibly itself over SOAP). My SOAP calls wil

[Twisted-Python] TCP Queued connections

2009-11-14 Thread tim wylie
Hello, What is the best way to set up a queue of tcp connections? I'm currently using perspective broker for authentication and communication. I want the client to register with the server, and then the server send back a message telling them their place in line. This is easy, but then ho

[Twisted-Python] Weekly Bug Summary

2009-11-14 Thread exarkun
Bug summary __ Summary for 2009-11-08 through 2009-11-15 Bugs opened: 45Bugs closed: 19 Total open bugs: 1213 (+26) |== Type Changes |== Priority Changes |== Component Changes |Defect: -5 |Highest: +0 |Conch: +11 |Enhancement: +6 |