Hi,
It is fine to run both of sides within the same process, many test
> suites in twisted do this.
>
I can be wrong, but tests often use `proto_helpers.StringTransport` to
avoid spawning a new process and probably not intended for usage outside of
tests.
If it is the same process, why not to
On Mon, Feb 25, 2013 at 5:15 PM, Sergey Gerasimov wrote:
> ** **
>
> ** **
>
> *From:* Itamar Turner-Trauring [mailto:ita...@futurefoundries.com]
> *Sent:* Monday, February 25, 2013 4:38 AM
> *To:* ser...@gmail.com; Twisted general discussion
> *Subject:* Re: [Twisted-P
From: Itamar Turner-Trauring [mailto:ita...@futurefoundries.com]
Sent: Monday, February 25, 2013 4:38 AM
To: ser...@gmail.com; Twisted general discussion
Subject: Re: [Twisted-Python] combine local and remote calls in perspective
brokers
On Sun, Feb 24, 2013 at 11:23 AM, Sergey
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.
>
> **