We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://robots.thoughtbot.com/make-phoenix-even-faster-with-a-genserver-backed-key-value-store
The text was updated successfully, but these errors were encountered:
Can I also have this one?
Sorry, something went wrong.
@leordev we first need to "benchmark" the Filesystem version of the script, but yeah, would be good to attempt to use GenServer. 👍
note: we still need to save the data to disk after the Http response to ensure that data is safe if server crashes. 💾
About the save part, I'd do it in an async fashion after I already give the count response to the user...
I did not understand about the filesystem script benchmark though... Can you please elaborate it a lil bit?
No branches or pull requests
https://robots.thoughtbot.com/make-phoenix-even-faster-with-a-genserver-backed-key-value-store
The text was updated successfully, but these errors were encountered: