S Banerjee
212 posts

S Banerjee
@SB434223
🏗️ Undergrad focused on Backend & Distributed Systems. ⚖️ Exploring Scalability, System Design, and AI Infrastructure. 🛠️ Building robust services with the ME





BREAKING: We're partnering with @SolanaFndn to rebuild Solana's read layer from the ground up. @anza_xyz and @jump_firedancer have done incredible work scaling execution and networking, but the read layer has stayed largely unchanged since genesis. It was built alongside the validator and never got its own architecture. By 2026, that gap shows: slower access, expensive customisation, and growing limitations at scale. The teams closest to the problem built great tools behind closed doors because the read path was too deeply coupled to the validator to improve without massive effort. It's time Solana's data access layer matched the ecosystem's needs, and we're proud to be the ones building it: Big news: reads are moving out of Agave into two modular systems, independently scalable, in sync with the network tip, open-source and managed by @SolanaFndn: - Accounts: an adaptive indexing engine that ingests, stores, and serves the exact account data your app needs at extremely low latency - Ledger: full architecture to ingest, store, and serve the entire ledger faster and more efficiently in a columnar engine purpose-designed for how builders query data Every infrastructure provider, builder, dApp, and institution benefits, with the biggest impact coming from what gets built on top. Full architecture overview: blog.triton.one/announcing-rpc… More technical posts coming as we build through 2026, so make sure to follow us on X and subscribe to our blog.






another one, love the people in this community <3





Depends on the strategy configured -> common ones: Round robin -> sends requests sequentially Least connections -> picks server with fewer active requests IP hash -> same client -> same server (sticky sessions) Weighted -> stronger servers get more traffic Geographic routing -> routes user to nearest/lowest-latency region Plus health checks ..... unhealthy servers are skipped. hope this is a complete breakdown @SahilExec

Interviewer: How load balancer decides which server to send traffic??
















