-
### Background and motivation
Rate limiters in the `System.Threading.RateLimiting` namespace is not designed to accept `TimeProvider`.
Therefore, we need to wait for the actual time to elapse when…
-
One way to do that is to;
- generate current timestamp on server
- embed that in the html pages that have a form
- on the server, when page is POSTed, if it has a form read the timestamp field
- d…
-
https://github.com/vladimir-bukhtoyarov/bucket4j/blob/master/doc-pages/asynchronous.md
Might be easier to demo.
-
Hey, This might just be miss using the feature but I came across a weird problem.
I create a `RateLimter`:
```
let limiter = Arc::new(
leaky_bucket::RateLimiter::builder()
…
-
### Is your feature request related to a problem? Please describe the problem.
In the runtime repo, we have included a bunch of built-in, in-memory `RateLimiter` implementations like `ConcurrencyLi…
-
- **I'm submitting a ...**
-
[ X ] question about how to use this project
- **Summary**
I've been troubleshooting this issue for several hours and have googled things like:
> "express-se…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
According to the [documentation](https://learn.microsoft.com/en-us/aspnet/core/performa…
-
**Description**
Hello, I have a question about these Serinus packages:
- cors
- rate_limiter
- serinus_config
- serve_static
These packages are quite small and important in every normal web …
-
Every few days, one of my servers issues a kernel log message:
TCP: request_sock_TCP: Possible SYN flooding on port 11211. Sending cookies. Check SNMP counters.
Mostly processing continues …
-
**Describe your setup**
- Apiman version
- Version: 2.2.0.Final
- Built On: 2021-12-24_14:14
- Environment
- Linux (CentOS 7)
- Java version 11
- Docker
- Manager platform e.g. Wildf…