Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make request handler sorting persist #94

Open
Citymonstret opened this issue Dec 1, 2018 · 0 comments
Open

Make request handler sorting persist #94

Citymonstret opened this issue Dec 1, 2018 · 0 comments

Comments

@Citymonstret
Copy link
Owner

When the server shuts down, a file will be written containing the order of request handlers (using CSV). On startup these will be read, and the request handlers will be ordered accordingly. The counts will still be set to zero, as to not prevent the requests from being sorted in real-time according to the current requests.

Possibly also reset the counters after every sort. This way the head will always the the currently most requested handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant