[Twisted-Python] Re:how to pass on the connection failed or connection lost error

2009-03-05 Thread khawar hasham
tient.17...@henry.divmod.com> Content-Type: text/plain; format=flowed On Wed, 4 Mar 2009 06:39:59 -0800 (PST), khawar hasham wrote: >Hi > >let me first explain the application that I am developing. I have an application that will use the twisted part as a plugin. this twisted part

[Twisted-Python] how to pass on the connection failed or connection lost error

2009-03-04 Thread khawar hasham
Hi let me first explain the application that I am developing. I have an application that will use the twisted part as a plugin. this twisted part will act as server and as client both. my application call the plugin method to send data to server module using connectTCP. now the problem is I ca

[Twisted-Python] server client in one code

2009-02-26 Thread khawar hasham
I am trying to use twisted to build an application that can act as server as well as client at the same time. I need this application to send and receive messages back and forth between two of its instances. I used the reactor.run() to start listen and connectTCP. My problem is that I need to