On Thu, Jul 1, 2010 at 12:06 PM, Nikolaus Rath <nikol...@rath.org> wrote:
>> You can share it, like you can share anything you want between
>> threads, you need proper locking, as the client only has one channel
>> for communication.
>
> Since I can share anything I want if I synchronize access to it myself,
> my question was meant as "can I share it without explicit locking".
>

Generally in python, the only objects you can share "without explicit
locking" are single instances of core data types - basically lists and
dicts.

_______________________________________________
paramiko mailing list
paramiko@lag.net
http://www.lag.net/cgi-bin/mailman/listinfo/paramiko

Reply via email to