I have two questions on python threading:
1: is there is any speed performance or difference between Thread module and Threading module?
2: Is there is any other major difference between Thread module and threading module?
I used thread module for my download manager project.
i think this thread module does not doing parallel works. is this correct ?