TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How would you make an on-site application highly available?

1 pointsby seminoleabout 7 years ago
We have a well established product in the form of a standalone app that clients run in their environments. Technically it's a dropwizard app with H2 for persistence (our aim was to make it simple to manage). We now have clients asking to make it highly available. That will have to work in varied environments, with storage likely being in aws/gcc/azure. We have a fair amount of work cut out for us to move all the state we currently have on the filesystem to DB storage. But I was wondering if anyone has any suggestions or comments about things to pay attention to, or tools to use when moving to HA?

1 comment

ohiovrabout 7 years ago
I&#x27;m just a hobbyist but I think nginx might be something you could look into for making a load ballencing reverse proxy server.<p><a href="https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;understanding-nginx-http-proxying-load-balancing-buffering-and-caching" rel="nofollow">https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;understandi...</a>