GreenDot 💚@le.fduck.nettoRust@programming.dev•What are you working on this week? (May. 05, 2024)English
2·
8 months agothis might be more on me writing shit code than on tokio/hyper. give it a go.
this might be more on me writing shit code than on tokio/hyper. give it a go.
Yeah, I’m looking at it, will probably rewrite the logic using Pingora. or maybe I did something wrong. Not sure if its something using the hyper legacy client, that has connection pooling, maybe there’s something there to improve.
or maybe the use of RwLock to share the config struct is reaching some limits. Will try using parking_lot to see if anything changes.
reverse proxy using tokio and hyper, there are few things to figure out on high traffic sites, it doesn’t work as well compared to nginx after a certain threshold.
when people have too much free time