John Brearley added the comment:

Hi Richard: Thanks for pointers on other methods.

I am coming from a TCL background, and learning Python. I have gone through
regular sockets, select, asyncore, sockserv, threading and multiprocessing
modules. Only multiprocessing seems to be able to use more than a single CPU and
the listener is nicely shared between proceses. Is there another module that
that would be better suited spreading tasks around CPUS and communicating
between hosts? I am trying to understand your reservations about using them for
communication over a network

Yes, if I was doing a production server, I would turn on authentication.

Regards, John Brearley 
613-259-5622 (H)

----------
title: multiprocessing.connection listener gets MemoryError onrecv -> 
multiprocessing.connection listener gets MemoryErroronrecv

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16920>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to