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
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