|
|
|
|
|
by tele_ski
1129 days ago
|
|
We interestingly ran into issues with actix and the AWS lb. The lb takes some liberty with how it handled connections and actix seems to be "to the spec" so we were seeing a lot of dropped connections. Placing nginx between the two resolved the issue but it's fairly disappointing that we need that layer when it should be unnecessary overhead. I'd love to give axum a try if we could find time and see if it behaves better. |
|
Interesting, I'm curious about the details here. Does the lb reuse connections for multiple requests or something?