Expand description
FCGI process management
┌────────────────────┐ ┌─────────────────┐
│FcgiDispatcher │ │FcgiProcessPool │
│ ┌────────────────┐ │ socket1 │ ┌─────────────┐ │
│ │ FcgiClientPool ├─┼─────────┤►│ FcgiProcess │ │
│ └────────────────┘ │ │ └─────────────┘ │
│ │ │ │
│ ┌────────────────┐ │ socket2 │ ┌─────────────┐ │
│ │ FcgiClientPool ├─┼─────────┤►│ FcgiProcess │ │
│ └────────────────┘ │ │ └─────────────┘ │
│ │ │ │
└────────────────────┘ └─────────────────┘Structs§
- Fcgi
Client Handler - Fcgi
Dispatcher - FCGI client dispatcher
- Fcgi
Process Pool - Collection of processes for one FCGI application
- Fcgi
Suffix Url