New submission from Kees Bos <k....@zx.nl>:

The transport (second parameter to ServerProxy) must be unique for every 
thread. This was not the case in pre-python2.7. It is caused by the reuse of 
the connection (stored in _connection). This could be handled by saving the 
thread id too.

I don't know whether this is a coding error or a documentation omission.

----------
components: None
messages: 155751
nosy: kees
priority: normal
severity: normal
status: open
title: xmlrpc client transport and threading problem
type: behavior
versions: Python 2.7

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

Reply via email to