Module bbox_map_server::fcgi_process
source · Expand description
FCGI process management
┌────────────────────┐ ┌─────────────────┐
│FcgiDispatcher │ │FcgiProcessPool │
│ ┌────────────────┐ │ socket1 │ ┌─────────────┐ │
│ │ FcgiClientPool ├─┼─────────┤►│ FcgiProcess │ │
│ └────────────────┘ │ │ └─────────────┘ │
│ │ │ │
│ ┌────────────────┐ │ socket2 │ ┌─────────────┐ │
│ │ FcgiClientPool ├─┼─────────┤►│ FcgiProcess │ │
│ └────────────────┘ │ │ └─────────────┘ │
│ │ │ │
└────────────────────┘ └─────────────────┘
Structs§
- FCGI client dispatcher
- Collection of processes for one FCGI application