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

2013-02-26 Thread Maxim Lacrima
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

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

2013-02-25 Thread Gelin Yan
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

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

2013-02-25 Thread Sergey Gerasimov
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

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