On Sun, Apr 29, 2012 at 4:24 PM, Cameron Simpson <c...@zip.com.au> wrote:
> On 29Apr2012 11:42, Chris Angelico <ros...@gmail.com> wrote:
> | Personally, I would recommend a TCP socket, because that allows the
> | flexibility of splitting across multiple computers.
>
> And the pain of ensuring security, if you're in an open network.

You have that with all IPC. You can always bind to 127.0.0.1 or ::1 to
stop other hosts from connecting; and then it's minimal change to open
it up.

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

Reply via email to