Filter
Exclude
Time range
-
Near
🔧 Laadpaal Easee Equalizer: 225 euro per stuk dynamisch load balancing linkedin.com/pulse/laadpaal-…  #loadbalancing #laadpaal #netcongestie #aansluiting
1
Load balancing keeps your website running smoothly by spreading incoming traffic across multiple servers instead of sending everything to one. ✅ Faster performance ✅ Better uptime ✅ Handles traffic spikes ✅ Improved user experience #LoadBalancing #CloudHosting #WebHosting
1
Jun 11
Everything your current ADC does. Just better. Why settle for vendor lock-in, slow support, and complex deployments when you can have performance, flexibility, and simplicity in one platform? With @LoadbalancerOrg, available through QBS Software, organizations can: ✅ Accelerate application delivery ✅ Strengthen security with integrated WAF capabilities ✅ Eliminate downtime with resilient load balancing ✅ Reduce integration costs by up to 78% ✅ Gain faster, engineer-led support when it matters most Built by engineers, for engineers. Because modern infrastructure deserves a smarter ADC. Learn more: zurl.co/lgPBp #LoadbalancerOrg #ADC #LoadBalancing #ApplicationDelivery #WAF #CyberSecurity #ITInfrastructure #DigitalTransformation #QBSSoftware #Networking #EnterpriseIT #TechInnovation
3
जोधपुर शहर के सहायक अभियंता कार्यालय B6 की FRT टीम द्वारा ट्रांसफार्मर लोड बैलेंसिंग का कार्य लगातार किया जा रहा है, जिससे विद्युत आपूर्ति को संतुलित एवं निर्बाध बनाए रखने में सहायता मिल रही है। टीम द्वारा क्षेत्र में ओवरलोडिंग की समस्या को कम कर उपभोक्ताओं को बेहतर बिजली सेवा प्रदान करने हेतु तत्परता से कार्य किया जा रहा है। #JodhpurDiscom #FRTTeam #LoadBalancing #ElectricityService #JDVVNL #PowerSupply #JodhpurCity #TeamJdvvnl @artizzzz @RajCMO @RajSampark @DIPRRajasthan @JodhpurDm @hlnagar
2
3
314
「みなさんご存知の Loadbalancing エクスポーターについてはなします」 #oteljp
2
229
Most load balancers don’t actually “balance” load. 🚀 In production, traffic is never evenly distributed. That’s why scaling becomes hard. Real-world problems: - heavy requests overload specific nodes - retry storms create cascading failures - slow instances destroy P99 latency - “healthy” servers may still be overloaded internally Modern load balancing is less about routing traffic and more about: - failure isolation - latency control - congestion management The hardest part of distributed systems isn’t handling traffic. It’s handling uneven traffic. #LoadBalancing #DistributedSystems #Backend #SystemDesign
3
66
you can do the dumbest stuff now. I have a custom kubernetes deployment with loadbalancing and autoscaling for my calorie tracker
1
22
424
🛠️ DevLog – Multi-Session Router Support Now Updated Across All 4 Endpoints Quick progress update on the newer multi-session router path. We’ve now done local tests across v1, v2, and v3 completions, and the overall shape/regression looks okay so far. 🔹 Current progress - local regression on v1 / v2 / v3 completions is done - we found a few bugs during those tests - those issues were fixed - latest binary was rebuilt and pushed to the installer repo - all 4 router endpoints are now updated so they can use multiple sessions / round-robin per router 🔹 Updated endpoints - router0-t1a.cortensor.app - router1-t1a.cortensor.app - router0-t1a.bardiel.app - router1-t1a.bardiel.app 🔹 Why this matters This moves the completion path closer to router-managed session spreading, instead of leaving session rotation fully to the caller/app side. 🔹 What’s next We’ll continue testing this on the remote endpoints and keep checking behavior under more real usage. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4

🛠️ DevLog – Multi-Session Router Testing In Progress We’re now in the middle of testing the newer multi-session router path locally, and so far the v3 completion flow looks okay. 🔹 Current local check At least for the current v3 completion test, requests are rotating in round-robin order across: - 164 - 165 - 166 So at a basic level, router-side session spreading per request looks to be working. 🔹 Current scope Right now this is mainly being checked on the v3 completion path first. 🔹 What’s next Next we’ll run the same regression pass on: - v2 completion - v1 completion 🔹 Rollout path If those look good as well, we’ll move from local testing into pushing the newer multi-session router path out to the remote endpoints. 🔹 Current status So this is still in-progress testing, but the first local signal on v3 looks good enough to keep moving. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
3
8
12
378
🛠️ DevLog – Multi-Session Router Testing In Progress We’re now in the middle of testing the newer multi-session router path locally, and so far the v3 completion flow looks okay. 🔹 Current local check At least for the current v3 completion test, requests are rotating in round-robin order across: - 164 - 165 - 166 So at a basic level, router-side session spreading per request looks to be working. 🔹 Current scope Right now this is mainly being checked on the v3 completion path first. 🔹 What’s next Next we’ll run the same regression pass on: - v2 completion - v1 completion 🔹 Rollout path If those look good as well, we’ll move from local testing into pushing the newer multi-session router path out to the remote endpoints. 🔹 Current status So this is still in-progress testing, but the first local signal on v3 looks good enough to keep moving. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
🛠️ DevLog – Multi-Session Router Testing This Week This week, while Phase #4 planning continues, we’ll also be spending more time testing the newer multi-session routing path on the router node. 🔹 Current focus The main goal is to test the completion/inference path where one endpoint can sit on top of multiple configured sessions and let the router handle round-robin style session spreading internally. 🔹 Why this matters This helps reduce the need for the caller/app side to choose sessions manually, and gives the router a cleaner path for distributing requests across multiple sessions over time. 🔹 What we’ll be testing - basic round-robin behavior across configured sessions - session selection precedence and fallback behavior - how the path behaves under repeated requests during normal testing loops 🔹 Current direction So while we’re doing deeper planning for Phase #4, this will also be one of the practical router-side areas we keep iterating on through the rest of the week. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
7
13
643
🛠️ DevLog – Progress on Multi-Session Router Testing We’ve now configured a test setup for the newer multi-session router path on router1-t1a.cortensor.app / router1-t1a.cortensor.app/ap… 🔹 Current progress The main config/setup for multiple sessions is now in place on that router path. 🔹 Current context We had a bit of setup/disruption yesterday while wiring this up, but the path is now moving forward again. 🔹 What’s next We’ll push this today and then run a fuller E2E test pass later today to see how the multi-session routing behaves in practice. 🔹 Why this matters This is part of the next step toward letting the router handle session spreading internally instead of leaving that burden to the caller/app side. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4

🛠️ DevLog – Multi-Session Router Testing This Week This week, while Phase #4 planning continues, we’ll also be spending more time testing the newer multi-session routing path on the router node. 🔹 Current focus The main goal is to test the completion/inference path where one endpoint can sit on top of multiple configured sessions and let the router handle round-robin style session spreading internally. 🔹 Why this matters This helps reduce the need for the caller/app side to choose sessions manually, and gives the router a cleaner path for distributing requests across multiple sessions over time. 🔹 What we’ll be testing - basic round-robin behavior across configured sessions - session selection precedence and fallback behavior - how the path behaves under repeated requests during normal testing loops 🔹 Current direction So while we’re doing deeper planning for Phase #4, this will also be one of the practical router-side areas we keep iterating on through the rest of the week. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
1
5
12
484
🛠️ DevLog – Multi-Session Router Testing This Week This week, while Phase #4 planning continues, we’ll also be spending more time testing the newer multi-session routing path on the router node. 🔹 Current focus The main goal is to test the completion/inference path where one endpoint can sit on top of multiple configured sessions and let the router handle round-robin style session spreading internally. 🔹 Why this matters This helps reduce the need for the caller/app side to choose sessions manually, and gives the router a cleaner path for distributing requests across multiple sessions over time. 🔹 What we’ll be testing - basic round-robin behavior across configured sessions - session selection precedence and fallback behavior - how the path behaves under repeated requests during normal testing loops 🔹 Current direction So while we’re doing deeper planning for Phase #4, this will also be one of the practical router-side areas we keep iterating on through the rest of the week. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
🛠️ DevLog – Added Multi-Session Round-Robin Routing for Completion Paths We built the newer multi-session round-robin routing path for router-node completions, and this week we’ll start testing it more directly. PR: github.com/cortensor/install… 🔹 What changed - added a shared completion session resolver backed by ROUTER_COMPLETION_SESSION_IDS - router can now do round-robin session selection when session_id is omitted - explicit session selection still keeps priority, so caller-provided session_id continues to win 🔹 Current scope - wired into v1, v2, and v3 completion flows - for v2 and v3, session resolution now happens early enough to work correctly with offchain / encryption-aware payload preparation - x402, /delegate, /validate, and other non-completion paths stay unchanged 🔹 Why this matters This is the first simpler step toward letting one completion endpoint sit on top of multiple sessions, so the router can spread requests internally instead of leaving all session rotation to the caller/app side. 🔹 What’s next We built the latest binary with this change, and we’ll be testing this path through this week. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
1
8
13
728
📢 At EuroSys 2026 in Edinburgh, Tommaso Bonato presented 📄REPS paper: dl.acm.org/doi/10.1145/37672… 🎉Thanks to all co-authors! #EuroSys2026 #UltraEthernet #LoadBalancing #RDMA #DatacenterNetworking #HPC @thoefler @CSatETH
3
156
🛠️ DevLog – Added Multi-Session Round-Robin Routing for Completion Paths We built the newer multi-session round-robin routing path for router-node completions, and this week we’ll start testing it more directly. PR: github.com/cortensor/install… 🔹 What changed - added a shared completion session resolver backed by ROUTER_COMPLETION_SESSION_IDS - router can now do round-robin session selection when session_id is omitted - explicit session selection still keeps priority, so caller-provided session_id continues to win 🔹 Current scope - wired into v1, v2, and v3 completion flows - for v2 and v3, session resolution now happens early enough to work correctly with offchain / encryption-aware payload preparation - x402, /delegate, /validate, and other non-completion paths stay unchanged 🔹 Why this matters This is the first simpler step toward letting one completion endpoint sit on top of multiple sessions, so the router can spread requests internally instead of leaving all session rotation to the caller/app side. 🔹 What’s next We built the latest binary with this change, and we’ll be testing this path through this week. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
🛠️ DevLog – Multi-Session Inference Routing Rough Integration Is Now Done Quick follow-up on the earlier multi-session inference-routing work: the rough code and rough integration are now done. 🔹 Current status The main logic and integration path are now in place in rough form, so this is no longer just design-only work. 🔹 What’s still left We have not built the latest binary yet, and it has not been pushed to the installer repo yet either. 🔹 Next step We’ll handle those next week, then continue from there with the next round of testing and iteration. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
1
9
15
509
🧵 Day 21/30 — #SystemDesign Load Balancer: The silent system that keeps everything fast & alive One server handling all traffic? Works… until it doesn’t. Traffic spikes → server overload → downtime. That’s why systems use a Load Balancer. A load balancer sits between users and servers and distributes incoming requests across multiple instances. Flow: User → Load Balancer → Multiple Servers Goal: → No single server overloaded → Better performance → High availability Types (keep it simple) Layer 4 (Transport) → Works on IP Port → Fast, less intelligent Layer 7 (Application) → Works on HTTP/HTTPS → Smart routing (headers, paths) Common Algorithms → Round Robin (equal distribution) → Least Connections (send to least busy) → IP Hash (same user → same server) → Weighted (based on server capacity) Why It Matters → Handles traffic spikes → Improves uptime → Enables horizontal scaling → Supports failover → Better latency Real Usage → AWS ELB / ALB → NGINX → HAProxy → Cloudflare Every scalable system uses one. Golden Rule Scaling = adding more servers. Load balancer = using them efficiently. #30DaysOfSystemDesign #LoadBalancing #BackendEngineering
🧵 Day 20/30 — #SystemDesign Kafka: The backbone behind real-time data pipelines at scale Most systems don’t just serve requests. They produce continuous streams of events — user clicks, payments, logs, metrics, notifications. Handling this data reliably and at scale is not trivial. That’s where Apache Kafka comes in. Kafka is a distributed event streaming platform used to build real-time data pipelines and streaming applications. It allows services to publish and consume events efficiently without tight coupling. ---------------------- Core Idea !! Instead of services calling each other directly: → Producer sends event to Kafka → Kafka stores it durably → Multiple consumers read and process independently Flow: Producer → Kafka Topic → Consumers One event can power many systems at once. --------------------- Key Concepts 1. Topic A category of events (e.g., orders, payments, logs) 2. Partition Topics are split into partitions for parallel processing 3. Producer Sends messages to Kafka 4. Consumer Reads messages from Kafka 5. Consumer Group Multiple consumers sharing load 6. Offset Position of message in partition These concepts define Kafka’s power. ------------------------ Why Kafka Matters → High throughput (millions of messages/sec) → Fault tolerant (replication across brokers) → Scalable horizontally → Durable storage (events persisted) → Real-time processing → Decouples systems It turns data into a streaming backbone. --------------------------- Real-World Example E-commerce order placed: → Event sent to Kafka (OrderCreated) Consumers: → Payment service processes transaction → Inventory updates stock → Notification sends email → Analytics tracks event → Recommendation system updates behavior All from one event stream. -------------------------------- Why Companies Use Kafka → Netflix for event streaming pipelines → LinkedIn (creator of Kafka) → Uber for real-time data flows → Amazon for internal streaming systems → Fintech apps for transaction streams Kafka powers modern data-driven systems. -------------------------------- Important Strength : Kafka stores events, not just forwards them. Consumers can: → Read in real-time → Replay old events → Recover from failures → Process at their own pace This makes systems resilient. ---------------------------- Challenges Most Ignore Kafka is powerful, but not simple: → Requires cluster management → Partition design is critical → Ordering only within partition → Exactly-once semantics is complex → Monitoring and tuning needed Misuse leads to complexity quickly. --------------- Kafka vs Queue Queue: → Message consumed once Kafka: → Message stored can be consumed multiple times Kafka is more like a log system than a simple queue. Don’t use it for simple request-response systems. #30DaysOfSystemDesign #Kafka #BackendEngineering
17
34
223
50,908
🛠️ DevLog – Multi-Session Inference Routing Rough Integration Is Now Done Quick follow-up on the earlier multi-session inference-routing work: the rough code and rough integration are now done. 🔹 Current status The main logic and integration path are now in place in rough form, so this is no longer just design-only work. 🔹 What’s still left We have not built the latest binary yet, and it has not been pushed to the installer repo yet either. 🔹 Next step We’ll handle those next week, then continue from there with the next round of testing and iteration. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
🛠️ DevLog – Rough Multi-Session Inference Routing Shape Is There As a follow-up to the earlier multi-session inference-routing idea, the rough design and some rough code are now there for the first version. Integration is not done yet, and the rest of the work will continue next week. 🔹 What this is trying to do The goal is to let one inference/completion endpoint sit on top of multiple sessions, so the router can handle session spreading internally instead of leaving that burden to the caller or app side. 🔹 First-version direction For now, the first version stays intentionally simple: - use env-configured session pools - keep explicit caller-provided session selection supported - otherwise let the router choose from the configured pool - use a basic round-robin style rotation across those sessions 🔹 Why this matters This should help reduce hot-spotting on one session, make the API/product surface simpler for callers, and move session distribution into the router layer where it belongs over time. 🔹 Current status Some of the rough design and rough code shape are already there, but the integration into the actual completion paths is not done yet. 🔹 Next step We’ll continue the rest of this next week and wire it more fully into the inference path as part of the next round of router iteration. #Cortensor #DevLog #RouterNode #Inference #LoadBalancing #Phase4
3
7
12
701