I am conceptualizing an event-driven architecture using Redis Streams for the Uptimeninja.io service. Along the way, I've encountered several challenges related to scaling out producers and consumers.
July 28, 2024#concurrency
3 posts
- Considerations About Scaling Out Redis Streams with Producers and Consumers While Designing Uptimeninja.io
- Concurrent Database Connection and Query execution in Rust
Considering creating initial pool time and concurrent execution of database while building API server using Rust.
March 5, 2023 - Python GIL (Global Interpreter Lock)
Poor performance of python compare to other programming language is always being an issue, and this cannot be independent of GIL.
January 14, 2023