Chris Howie
Chris Howie
I would like to implement a C# service that can replace/supplement the PHP getwork/LP backend to more efficiently handle requests, keep queues of work around, and provide better failover decisions....
([Source forum post](http://www.bitcoin.org/smf/index.php?topic=5506.msg111362#msg111362)) If a work submission fails due to an HTTP or JSON-level error (this is different from the share being rejected), the software should try again a few...
([Source forum post](http://www.bitcoin.org/smf/index.php?topic=5506.msg111362#msg111362)) When a pool fails to respond to a request or returns an error, the software should only try again on the next few requests and then back...
If the pool or pool-worker assignment corresponding to an outstanding long polling request is disabled, the long polling request does not abort. This has three implications: - The worker will...
The proxy should be modified to support [Deepbit's failover extensions](http://deepbit.net/failover.php). This will require database schema changes to cache the contents of the `X-Host-List` header, as well as code changes to...
I have interest in dissecting this protocol as well, to implement a software library that can interface with Dante producers and consumers. I've done a bit of work on the...
See [this comment](https://github.com/petkaantonov/bluebird/issues/1626#issuecomment-596755882).
I have a use case where I always want to do something when a promise is settled, but with minor differences depending on whether the promise was fulfilled or rejected....
Update OperationalError docs, which documented pre-3.0 behavior.