Y
Hacker News
new
|
ask
|
show
|
jobs
by
maxFlow
1225 days ago
Would you mind sharing your thought process to get from `daily_users` to `reqs_per_sec`? I'm playing with some estimations of `concurrent_users` for a basic website, and I'd be quite interested in the breakdown.
1 comments
swyx
1224 days ago
let's think step by step:
24hrs * 60mins * 60secs = 86400
86400 < 50000
QED
link
24hrs * 60mins * 60secs = 86400
86400 < 50000
QED