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 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-25 Thread Gelin Yan
local and remote calls in perspective brokers ** ** ** ** On Sun, Feb 24, 2013 at 11:23 AM, Sergey Gerasimov ser...@gmail.com 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

[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

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 ser...@gmail.com 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