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: Product Hunt Killed Your Server?

2 pointsby ysekandalmost 10 years ago
My product has finally made its way on Product Hunt http:&#x2F;&#x2F;www.producthunt.com&#x2F;tech&#x2F;social-crawlytics<p>I am incredibly excited but not sure what to expect. Have you experienced PH effect? How long does it usually take to realise the true impact, whatever that may be?

1 comment

txutxualmost 10 years ago
Not sure about producthunt, but you should be ready for what people uses to call the &quot;network effect&quot;.<p>You cannot control who links and who clicks on the internet.<p>Architectures like AWS, with elastic databases, server instances, load balancers, bandwitch, ELBs and iops, auto scaling groups, etc... elastic horizontally and vertically, pay peer use, free tier available.<p>You can scale manually when needed (pre-scale-up and post-scale-down), or based on ELB visits, CPU&#x2F;ram&#x2F;load of instances behind the balancer, etc...<p>Just be sure to don&#x27;t loose your logs if you need them, when instances are terminated by scaling activities.