# `Snakepit.Application`
[🔗](https://github.com/nshkrdotcom/snakepit/blob/v0.13.0/lib/snakepit/application.ex#L1)

Application supervisor for Snakepit pooler.

Starts the core infrastructure:
- Registry for worker process registration
- StarterRegistry for worker starter supervisors
- ProcessRegistry for external PID tracking
- SessionStore for session management
- WorkerSupervisor for managing worker processes
- Pool manager for request distribution

---

*Consult [api-reference.md](api-reference.md) for complete listing*
