17 Apr
2001
17 Apr
'01
6:31 p.m.
Here is a functional extract you can import to reproduce the problem. I have tested it before I sent it to you. I have attached a very simple python script that calls the method "get2" in an infinite loop. #!/usr/bin/python import xmlrpclib s = xmlrpclib.Server('http://localhost:9080/RPC2') while 1: print s.QueueSession.get2()