Re: To make simpleXMLRPC support multi-thread

2013-08-08 Thread dieter
Zhang JiaQiang writes: > I try to use simpleXMLRPC and support request multithreads ,used > ThreadingMixIn. > > Why what I get from the console still blocking ? I am not sure - but, you fail to call the inherited "__init__" method in your deriving class. This might things mess up. > ... > clas

To make simpleXMLRPC support multi-thread

2013-08-08 Thread Zhang JiaQiang
I try to use simpleXMLRPC and support request multithreads ,used ThreadingMixIn. Why what I get from the console still blocking ? launch the two clients at the same time,one finish, then begin the other, between them there is 15 sec. Here is the console output on server windows: Use Cc to ex