Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Python Thread Optimization.


ghost's Avatar
0 0

I recently finished my threaded md5 cracker (in the code bank), and I was wondering if anybody out there has experience optimizing such code.

Specifically, I was wondering about the ideal number of threads, and the ideal queue size.

More than that, I was wondering how I can answer questions like this in the future. Anybody know of any 3rd party apps that will tell me how long it takes to complete a script?


richohealey's Avatar
Python Ninja
0 0

there is no ideal number of threads, it all depends on he machine running it… you have to make the memory conumed/processor time consumed. trade off.

but i'll take a look at your source if you want.

catcha!


ghost's Avatar
0 0

Thanks. You are truely a Ninja of the Python way. :ninja:


richohealey's Avatar
Python Ninja
0 0

LOL, it's awesome that ninja is actching on!

ha ha yeah email adress for sendin g the source to are on my prifle

just dont use the MSN one!!!

catcha!