I've a C# Log Collector application. Whenever in the world someone opens a software of that company after a particular date, that software starts sending the logs to my application. Since, not everyone will use that software at the same time or may be the same day, the calls are going to be distributed. But what distribution it is exactly going to follow?
Another part is, say for some x% of the calls that we receive, we tell them to sleep for y number of days and start sending logs only after that day. So, after y days, the calls will still be distributed in the same way as mentioned in the first part, and we'll again follow the same process of sleeping x% of the calls for z number of days. How would the distribution change in this case?
Aucun commentaire:
Enregistrer un commentaire