Securing a multiprocessing.BaseManager connection via SSL
Aahz
aahz at pythoncraft.com
Wed Nov 11 16:06:07 EST 2009
In article <f788be3b-62cd-4545-9ba8-50b7eaea0556 at p8g2000yqb.googlegroups.com>,
Jonas <jonas.weismueller at gmail.com> wrote:
>
>how can I secure the communication between two BaseManager objects?
>Regarding the socket/SSL documentation I just need to secure the socket
>by SSL. How can i get the socket object within the multiprocessing
>module?
You'll need to create subclasses of the objects in connection.py, but I'm
not sure how to make multiprocessing use them.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
[on old computer technologies and programmers] "Fancy tail fins on a
brand new '59 Cadillac didn't mean throwing out a whole generation of
mechanics who started with model As." --Andrew Dalke
More information about the Python-list
mailing list