You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
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. The current "execute code upon request" model is a bit limiting, so allowing a long-running service to decide how to failover and how/when to appropriately respond to miner LP requests (as well as to handle the pool LP requests) would be extremely beneficial to performance and maintainability of the proxy.
The text was updated successfully, but these errors were encountered:
As designed, no. The admin pages will still be used to administrate the application. The new backend would replace /index.php (the script that handles getwork and long-polling requests). It's more of an add-on service.
I might include an Apache config recipe for doing exactly that. Note that the existing PHP getwork/LP script will continue to work, so if you don't have access to mono on your server you will still be able to use the proxy.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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. The current "execute code upon request" model is a bit limiting, so allowing a long-running service to decide how to failover and how/when to appropriately respond to miner LP requests (as well as to handle the pool LP requests) would be extremely beneficial to performance and maintainability of the proxy.
The text was updated successfully, but these errors were encountered: