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
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
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