Monday 2024-12-02 Assorted Links
Assorted links for Monday, December 2:
- Cloud Neutral Postgres Databases with Kubernetes and CloudNativePG
- Observe Simplifies K8s Troubleshooting With Kubernetes Explorer
- Platform Engineering: A Workshop to Help Map Your Strategy
- Revisiting the DOS memory models
- Linux Kernel Performance Bottlenecks Spotted By Mold Developer
The key takeaways of the performance bottlenecks within the Linux kernel that were noticed by Rui Ueyama include:
- exit(2) takes a few hundred milliseconds for a large process
- Writing to a fresh file is slower than writing to an existing file
- Lack of a safe system-wide semaphore