Connection
Everything on SkillVeris tagged Connection — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Study Notes(5)
The Connection Lifecycle
Understand how a Socket.IO connection is established, upgraded, monitored, and torn down, including reconnection behavior and the events that mark each stage.
Connection and Buffer Tuning
How worker, connection, and buffer settings determine Nginx's throughput ceiling, and how to tune them safely for high-concurrency workloads.
Connection Pooling with PgBouncer
Learn why PostgreSQL connections are expensive, how PgBouncer's pooling modes work, and how to configure and monitor it safely in production.
gRPC Performance Considerations
Key factors that determine gRPC throughput and latency: connection reuse, message size, streaming versus unary trade-offs, and serialization overhead.
Designing a Chat Application
Covers the architecture behind real-time messaging apps: persistent connections, message delivery guarantees, ordering, presence, and multi-device synchronizat…