Con Kolivas
|
c0aaf56a8d
Since all the counts use the same mutex, grab it only once.
|
13 years ago |
Con Kolivas
|
4f9394be81
When popping work, grab cloned work first if possible since original work can be reused to make further clones.
|
13 years ago |
Con Kolivas
|
8085ae6854
Further simplify the queue request mechanism.
|
13 years ago |
Con Kolivas
|
f83863a996
Keep total queued count as a fake pending staged count to account for the period a queue is in flight before it is staged.
|
13 years ago |
Con Kolivas
|
e47dc87355
Clone work at the time of requesting it if an existing work item can be rolled.
|
13 years ago |
Con Kolivas
|
e68ecf5eb2
Queue one request for each staged request removed, keeping the staged request count optimal at all times.
|
13 years ago |
Kano
|
52e5524d7f
Escape " and \ when writing json config file
|
13 years ago |
ckolivas
|
3dd1658e1f
We may as well leave one curl still available per pool instead of reaping the last one.
|
13 years ago |
ckolivas
|
c7bcad653b
Need to recheck the pool->curls count on regaining the pool lock after the pthread conditional wait returns.
|
13 years ago |
ckolivas
|
ad8c4b7755
Revert "Only add to the pool curlring and increment the counter under mutex lock."
|
13 years ago |
ckolivas
|
145f04ccc7
Display reaped debug message outside mutex lock to avoid recursive locking.
|
13 years ago |
ckolivas
|
8897e06575
Only add to the pool curlring and increment the counter under mutex lock.
|
13 years ago |
Con Kolivas
|
25fd6cd0fd
Correct writing of scrypt parameters to config file based on command line parameters only.
|
13 years ago |
Con Kolivas
|
ac131d3138
Merge pull request #279 from tyeken8/tydus
|
13 years ago |
Con Kolivas
|
7611499b11
Queue a request on pool switch in case we have no work from the new pool yet.
|
13 years ago |
Con Kolivas
|
4efa31d2e7
Display failover only mode in pool menu and allow it to be toggled live.
|
13 years ago |
Con Kolivas
|
1a041668a5
Reinstate check for system queueing lag when the current pool's queue is maxed out, there is no staged work, and the work is needed now.
|
13 years ago |
Con Kolivas
|
499c594cba
There is no need for pool active testing to be mandatory any more with queue request changes.
|
13 years ago |
Con Kolivas
|
e4326e3ca2
Fix harmless warnings.
|
13 years ago |
Con Kolivas
|
9a45a6d993
Check the current staged and global queued as well before queueing requests.
|
13 years ago |
Con Kolivas
|
bf9c324752
The queueing mechanism has become a complex state machine that is no longer predictable. Rewrite it from scratch watching only current queues in flight and staged work available on a pool by pool basis.
|
13 years ago |
Con Kolivas
|
b66e0241f7
Queue an extra request whenever staged work drops below mining thread count in hash_pop.
|
13 years ago |
Con Kolivas
|
b70ec3cb66
Merge pull request #283 from kanoi/icarus
|
13 years ago |
Con Kolivas
|
15dc4bb320
Scrypt mining does not support block testing yet so don't try to print it.
|
13 years ago |
Con Kolivas
|
2953aa2502
We dropped the temporary stopping of curl recruiting on submit_fail by mistake, reinstate it.
|
13 years ago |
Con Kolivas
|
9410875e2f
Make threads report in either side of the scanhash function in case we miss reporting in when restarting work.
|
13 years ago |
ckolivas
|
d5dffa6aad
Don't make mandatory work and its clones last forever.
|
13 years ago |
Con Kolivas
|
aa52db4539
Make test work for pool_active mandatory work items to smooth out staged work counts when in failover-only mode.
|
13 years ago |
Kano
|
e067be421a
ICA support 57600 baud rate, up to 8 FPGA and partial working FPGA boards
|
13 years ago |
Con Kolivas
|
8414a9a7e2
Add debugging output when work is found stale as to why.
|
13 years ago |