This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jbrearley
Recipients jbrearley, sbt
Date 2013-01-14.18:39:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <A679E9A2758A41B099D668A2D3E6E1DF@jrb>
In-reply-to <1358106995.42.0.980699350211.issue16920@psf.upfronthosting.co.za>
Content
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)
History
Date User Action Args
2013-01-14 18:39:00jbrearleysetrecipients: + jbrearley, sbt
2013-01-14 18:39:00jbrearleylinkissue16920 messages
2013-01-14 18:39:00jbrearleycreate