Approaches of interprocess communication

Goldfish gregturn at mindspring.com
Fri Feb 16 15:44:28 EST 2007


On Feb 16, 5:11 am, "exhuma.twn" <exh... at gmail.com> wrote:
> Hi all,
>
> Supposing you have two separate processes running on the same box,
> what approach would you suggest to communicate between those two
> processes.
>

Spring Python makes it easy to get processes talking to each other.
You can write your code like you are talking locally, then when its
time to separate it either into another thread, another python
process, or on another node, it is just a reconfiguration issue.

http://springpython.python-hosting.com/wiki/DistributedRemoting




More information about the Python-list mailing list