Module fcgi_process

Source
Expand description

FCGI process management

┌────────────────────┐         ┌─────────────────┐
│FcgiDispatcher      │         │FcgiProcessPool  │
│ ┌────────────────┐ │ socket1 │ ┌─────────────┐ │
│ │ FcgiClientPool ├─┼─────────┤►│ FcgiProcess │ │
│ └────────────────┘ │         │ └─────────────┘ │
│                    │         │                 │
│ ┌────────────────┐ │ socket2 │ ┌─────────────┐ │
│ │ FcgiClientPool ├─┼─────────┤►│ FcgiProcess │ │
│ └────────────────┘ │         │ └─────────────┘ │
│                    │         │                 │
└────────────────────┘         └─────────────────┘

Structs§

FcgiClientHandler
FcgiDispatcher
FCGI client dispatcher
FcgiProcessPool
Collection of processes for one FCGI application
FcgiSuffixUrl

Type Aliases§

FcgiClient
FcgiClientPool
FcgiClientPoolError