Services/F1/Server/Architecture: Difference between revisions

Line 7: Line 7:
= Expected Load =
= Expected Load =


* 50k users : 1600 transactions
The current load is 50k registered users that perform 1600 requests per day. 0.032 requests per day and user.
* 16 bytes / user / day
* 1.5 gbyte / day


For 100M users: 37 transactions per second.
The average size of data a user transfers through our servers is 16 bytes per day.


XXX
If we transpose it to 100M users, the number of requests per day will be 3,200,000 so 37 requests per second.
 
The architecture we're building should therefore support at least this load. 50 RPS seems a good goal.
 
 
XXX Time spent on third party ?


= Synchronous Architecture =
= Synchronous Architecture =
Confirmed users
927

edits