nesfit / fitcrack

A hashcat-based distributed password cracking system
https://fitcrack.fit.vutbr.cz/
Other
140 stars 30 forks source link

Feature request: run CPU only and GPU only jobs on one host simultaneously #100

Closed davidbolvansky closed 1 year ago

davidbolvansky commented 1 year ago

If we are processing GPU only job (workunit) and second (CPU only) workunit was received, we should be able to run it immediatelly and do not wait for the first to be finished.

So simply we should ignore NamedMutex in Runner in this case.