Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16450

Need some IPC pointers

Date 2011-11-30 15:03 -0600
From Andrew Berg <bahamutzero8825@gmail.com>
Subject Need some IPC pointers
Newsgroups comp.lang.python
Message-ID <mailman.3172.1322687014.27778.python-list@python.org> (permalink)

Show all headers | View raw


I've done some research, but I'm not sure what's most appropriate for my
situation. What I want to do is have a long running process that spawns
processes (that aren't necessarily written in Python) and communicates
with them. The children can be spawned at any time and communicate at
any time. Being able to communicate with non-local processes would be
nice, but is not necessary. The implementation needs to be
cross-platform, but child processes will use the same OS as the parent
during runtime.
I don't think I'll ever need to transfer anything complicated or large -
just strings or possibly tuples/lists. I'd rather not go outside the
standard library (but I'd consider it). I don't need to worry about
compatibility with older Python versions; if it only works with Python
3.2, that's not a problem.
I'm thinking sockets, but perhaps there's something simpler/easier.

-- 
CPython 3.2.2 | Windows NT 6.1.7601.17640 | Thunderbird 7.0

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Need some IPC pointers Andrew Berg <bahamutzero8825@gmail.com> - 2011-11-30 15:03 -0600
  Re: Need some IPC pointers Miki Tebeka <miki.tebeka@gmail.com> - 2011-11-30 13:22 -0800
  Re: Need some IPC pointers Miki Tebeka <miki.tebeka@gmail.com> - 2011-11-30 13:22 -0800
    Re: Need some IPC pointers Andrew Berg <bahamutzero8825@gmail.com> - 2011-12-06 08:05 -0600
  Re: Need some IPC pointers Irmen de Jong <irmen@-NOSPAM-xs4all.nl> - 2011-11-30 23:28 +0100
    Re: Need some IPC pointers Irmen de Jong <irmen@-NOSPAM-xs4all.nl> - 2011-11-30 23:31 +0100
  Re: Need some IPC pointers bobicanprogram <icanbob@gmail.com> - 2011-12-02 11:06 -0800
  Re: Need some IPC pointers Floris Bruynooghe <floris.bruynooghe@gmail.com> - 2011-12-06 05:37 -0800
  Re: Need some IPC pointers Floris Bruynooghe <floris.bruynooghe@gmail.com> - 2011-12-06 05:37 -0800

csiph-web