Hacker News new | ask | show | jobs
by NetStrikeForce 3720 days ago
Be careful when running your tests from a single source as some people are advising. Some security measures might kick in when seeing too much traffic (pps, cps, ...) from a single source, so you might get throttled and think there's something wrong with your server.

That's the main reason why a SaaS offering might be a good idea here.

1 comments

Thanks for your advice.