Speed up with threads

Thomas Jensen spam at ob_scure.dk
Sat Aug 3 05:16:36 EDT 2002


Rhymes wrote:
> I've written a simple portscanner (two version: the first without
> threads and the second one with threads). I just want to speed up more
> the scanning, what can i do?

Have a look at the Queue module. Currently your threads only process one 
port each, which is probably pretty expensive.

-- 
Best Regards
Thomas Jensen
(remove underscore in email address to mail me)




More information about the Python-list mailing list