python multiprocessing server connections

Posted by tranimatronic on Stack Overflow See other posts from Stack Overflow or by tranimatronic
Published on 2010-04-21T22:07:28Z Indexed on 2010/04/21 22:13 UTC
Read the original article Hit count: 164

Filed under:
|

I wish to get a list of connections to a manager. I can get last_accepted from the servers' listener, but I want all connections. There HAS to be a method I am missing somewhere to return all connections to a server or manager Please help!!

© Stack Overflow or respective owner

Related posts about python

Related posts about multiprocessing