Commit Graph

18 Commits (51d73f0eba36627bf878006d227c57841477f853)

Author SHA1 Message Date
Jonathan Warren df7116bd72 on close, save objectProcessorQueue to disk 10 years ago
Grant T. Olson 5eba4e6442 Merge branch 'master' into Fast_PoW_unless_frozen 10 years ago
Grant T. Olson bd489408c7 Actually OSX app maded with py2app can parallelize just fine 10 years ago
Grant T. Olson a20213f1e8 Use fast PoW unless we're explicitly a frozen (binary) version of the code 10 years ago
Tim van Werkhoven 16ff6e883a Use 'inf' as large value instead of 1e20
'inf' is always bigger than any number, 1e20 is not.
10 years ago
Jordan Hall 2eb6558cf1 Added a number of missing imports fixing several issues (thank you PyDev) 11 years ago
Jonathan Warren 9d7a869cb9 Prevent proofOfWork pool threads from returning any data if shut down before finished with a POW 11 years ago
Jonathan Warren 9ff2c9568f adjust code formatting 11 years ago
Arceliar 30d829d0d4 Wait for PoW processes to exit before returning a result. Hopefully not needed. 11 years ago
Arceliar 7f4fee40fb Removed an extraneous conditional import. 11 years ago
Arceliar 279f38ff97 Trying to enable multicore PoW with single core as a fallback when it's a problem. 11 years ago
Jonathan Warren 21559e09f1 Remove multi-core POW support 11 years ago
Jonathan Warren 32efdca33c Emergency fix for 64-bit Windows systems 11 years ago
Jonathan Warren 433d55d351 Low priority POW threads 11 years ago
Jonathan Warren a99e3d7780 Multi-core POW 11 years ago
Jonathan Warren ad2457361f Multi-core POW 11 years ago
Arceliar 42a446748d Consistent use of i as an iterator. 11 years ago
Arceliar 128c6916af Moved proof of work to child processes. 11 years ago