System Architecture

System Architecture

7363 bookmarks
Custom sorting
Unbounded memory usage by TCP for receive buffers, and how we fixed it
Unbounded memory usage by TCP for receive buffers, and how we fixed it
We are constantly monitoring and optimizing the performance and resource utilization of our systems. Recently, we noticed that some of our TCP sessions were allocating more memory than expected. This blog post describes in detail the root cause of the problem and shows the test results of a solution
·blog.cloudflare.com·
Unbounded memory usage by TCP for receive buffers, and how we fixed it
How to Containerize a Python Application with Packeto Buildpacks
How to Containerize a Python Application with Packeto Buildpacks
Building even simple Dockerfiles can be a challenge. This article will demonstrate an alternative method of containerizing an application, using Packeto Buildpacks.
·thenewstack.io·
How to Containerize a Python Application with Packeto Buildpacks
The Next Larger Context
The Next Larger Context
“Always design a thing by considering it in its next larger context — a chair in a room, a room in a house, a house in an environment, an…
·skamille.medium.com·
The Next Larger Context
Info site for Bytesize Architecture Sessions
Info site for Bytesize Architecture Sessions
A site about Bytesize Architecture Sessions. Bytesize Architecture Sessions created by Andrea Magnorsky
·bytesizearchitecturesessions.com·
Info site for Bytesize Architecture Sessions
The HTTP QUERY Method
The HTTP QUERY Method
This specification defines a new HTTP method, QUERY, as a safe, idempotent request method that can carry request content.
·httpwg.org·
The HTTP QUERY Method
Zoned storage and filesystems
Zoned storage and filesystems
Issues around zoned storage for filesystems was the topic of a combined storage and filesystem session at 2023 Linux Storage, Filesystem, Memory-Management and BPF Summit led by Bart Van Assche, Viacheslav A. Dubeyko, and Naohiro Aota. Zoned storage began with the advent of shingled magnetic recording (SMR) devices, but is now implemented by NVMe zoned namespaces (ZNS) as well. SMR devices can have multiple zones with different characteristics, with some zones that can only be written in sequential order, while other, conventional zones can be written in any order. The talk was focused on filesystems using the sequential type of zones since the conventional zones are already well-supported in Linux and its filesystems.
·lwn.net·
Zoned storage and filesystems
In The Multicloud World, The Data’s The Thing
In The Multicloud World, The Data’s The Thing
When three years ago Dell rolled out its Apex initiative, the massive IT supplier was joining a growing list of tech companies like HPE, Lenovo, and Cisco
·nextplatform.com·
In The Multicloud World, The Data’s The Thing
Postgres Full Text Search is better than ... (Part 2)
Postgres Full Text Search is better than ... (Part 2)
In which I show how ElasticSearch, Solr or another search specific database is probably unnecessary for a lot of PostgreSQL users ... Part 2.
·admcpr.com·
Postgres Full Text Search is better than ... (Part 2)
Asymptotic Notations: A Comprehensive Guide
Asymptotic Notations: A Comprehensive Guide
Learn about asymptotic notations: Big O, Big Omega, and Big Theta. Compare algorithms, predict performance, and optimize code.
·stackthrive.com·
Asymptotic Notations: A Comprehensive Guide
The Silent (R)evolution of SAT
The Silent (R)evolution of SAT
Today's powerful, robust SAT solvers have become primary tools for solving hard computational problems.
·cacm.acm.org·
The Silent (R)evolution of SAT
How it works - Agilebase
How it works - Agilebase
Agilebase is CRM and more Agilebase clients use the platform for resource planning, project tracking, and more. We manage all the internal data in your organization, says CTO Oliver Kohll,Read More »How it works
·agilebase.co.uk·
How it works - Agilebase
Announcing General Availability of the New Logic Apps Designer
Announcing General Availability of the New Logic Apps Designer
We're excited to announce the General Availability of the new Logic Apps Designer! Since we first introduced the preview of the designer, we have received valuable feedback from our users, and today, we're taking the next step in delivering a seamless and improved experience across all Logic App...
·techcommunity.microsoft.com·
Announcing General Availability of the New Logic Apps Designer
Managing Data Residency - the demo
Managing Data Residency - the demo
I explained the concepts and theory behind Data Residency in a previous post. It’s time to get our hands dirty and implement it in a simple demo. The sample architecture In the last section of the previous post, I proposed a sample architecture where location-based routing happened at two different stages: The API Gateway checks for an existing X-Country header. Depending on its value, it forwards the request to the computed upstream; If no value is found or no value matches, it forwar
·blog.frankel.ch·
Managing Data Residency - the demo