Building Rate Limiter
Ihor Gudzyk
C++
6 Chapters
0 Studying now
Build a terminal-based C++ project that implements a rate limiter to control and monitor how many requests a user can send within a specified limit. The project covers request modeling, tracking, blocking excessive usage, managing counters, and displaying statistics.
コースの説明
Build a terminal-based C++ project that implements a rate limiter to control and monitor how many requests a user can send within a specified limit. The project covers request modeling, tracking, blocking excessive usage, managing counters, and displaying statistics.
技術
C++
言語
En
評価
章
6
Request Model and Logging
Building the RateLimiter Class
Allowing and Blocking Requests
User Counter Management
Request Statistics and Reporting
Summary and Next Steps
0%
Request Model and Logging
Building the RateLimiter Class
Allowing and Blocking Requests
User Counter Management
Request Statistics and Reporting
Summary and Next Steps