Pounce is an ASGI server with a worker model tailored to Python 3.14t. This section explains how it works, where it fits, and how to compare it to more familiar servers.
Architecture
How Pounce's server, supervisor, and worker layers fit together
The internal design of the server pipeline.
Performance
Benchmarks and what makes Pounce fast
Streaming-first design and threading performance.
Thread Safety
How Pounce handles shared state across workers
Frozen configuration, per-request state, zero synchronization.
Comparison
When Pounce fits, when to choose alternatives, and how it compares to Uvicorn deployments
Architecture and deployment guidance for choosing the right server.
FAQ
Frequently asked questions
Common questions and answers.
Ecosystem
The Bengal stack
All seven projects in the reactive Python stack.