C4l4M1TY / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 1 forks source link

ToDo: Work Unit Que/Buffer for Networked/Internet Batch Processing #368

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is a small issue that I believe can be fixed and greatly increase pyrits 
efficiency. I batch process ESSID from multiple servers spread across the 
internet to a central mySQL server, I have noticed that cpus will be idling 
while a work unit is downloading/uploading. This is a situation that is causing 
a considerable ammount of cpu cycles to be wasted.

I propose that Pyrit have a que, perhaps Pyrit could initially download 2 or 3 
work units into a que to keep it busy while its downloading/uploading data to 
the sql server.

I feel this would be a great contribution to the project and I hope you 
consider implementing it. I am a mere mortal, otherwise I would code it myself.

Original issue reported on code.google.com by kedoking...@aol.com on 15 Nov 2011 at 9:11