Re: [Twisted-Python] combine local and remote calls in perspective brokers

2013-02-24 Thread Itamar Turner-Trauring
On Sun, Feb 24, 2013 at 11:23 AM, Sergey Gerasimov wrote: > Hello to all! > > ** ** > > I’m using PB as communication protocol for components of my system. > > Components can be located locally on the only one machine or in > distributed fashion. It depends on the config file. > > **

Re: [Twisted-Python] Unable to write to "stuck" TCP client connections

2013-02-24 Thread Itamar Turner-Trauring
On Sun, Feb 24, 2013 at 7:22 PM, Wenxiang Wu wrote: > Hi, > > I am encountering a weird bug, where some TCP client connections get into > a state where the server is able to read data sent from the client, but not > able to send any data with transport.write(). > Ignoring your workarounds, what

[Twisted-Python] Unable to write to "stuck" TCP client connections

2013-02-24 Thread Wenxiang Wu
Hi, I am encountering a weird bug, where some TCP client connections get into a state where the server is able to read data sent from the client, but not able to send any data with transport.write(). With some help from the #twitsed IRC channel, I was able to gather the following information rega

[Twisted-Python] combine local and remote calls in perspective brokers

2013-02-24 Thread Sergey Gerasimov
Hello to all! I'm using PB as communication protocol for components of my system. Components can be located locally on the only one machine or in distributed fashion. It depends on the config file. At the moment all communications are implemented as callRemote calls. I would like to keep t