Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai kiran Naragam committed Jun 3, 2024
1 parent 73e50b8 commit ae0dab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/drafts/connection-reuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ comments: false
Establishing a connection is costly and connections are re-usable.

Re-using connections improves save us lot of performance.
How many connections to the server can be opened? Is the important point to achieve the best
How many connections to the server can be opened? Is the important point to achieve the best
performance.

Connection pooling:

- [HikariCP - About pool sizing](https:/brettwooldridge/HikariCP/wiki/About-Pool-Sizing)
- [Real-World Performance - 13 - Large Dynamic Connection Pools - Part 1](https://www.youtube.com/watch?v=Oo-tBpVewP4)
- [Real-World Performance - 14 - Large Dynamic Connection Pools - Part 2](https://www.youtube.com/watch?v=XzN8Rp6glEo)
Expand All @@ -25,8 +26,7 @@ Connection pooling:
Even from HTTP/1.1 connections to the webservers are reused by using keep-alive header

How nginx handles many connections simultaneously.
- [How Does NGINX Work?](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/#process-model) read the comments.

- [How Does NGINX Work?](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/#process-model) read the comments.
They are very informative.
- [Socket sharding nginx](https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/)


1 change: 1 addition & 0 deletions content/drafts/dsa-practice-problems/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "Practice"
description: "DSA"
categories: ["tech", "cs"]
tags: ["algorithms"]
date: 2023-12-12 19:45:31 +0530
author: "Sai Kiran"
---
## Problem practice notes
Expand Down

0 comments on commit ae0dab8

Please sign in to comment.