5284f6793a
FCGI-ProcManager is a process manager for FCGI. By implementing the process manager in perl, we can more finely tune FastCGI performance, and we can take CPU and memory advantages of fast forks and copy-on-write UNIX process management characteristics.
4 lines
254 B
Text
4 lines
254 B
Text
FCGI-ProcManager is a process manager for FCGI. By implementing
|
|
the process manager in perl, we can more finely tune FastCGI
|
|
performance, and we can take CPU and memory advantages of fast
|
|
forks and copy-on-write UNIX process management characteristics.
|