On Feb 16, 5:11 am, "exhuma.twn" <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to