View Single Post
  #2  
Old 08-30-2007, 11:22 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
python fcgi server may fork children process by itself, in kind of configuration, LiteSpeed cannot control fcgi processes.

In order to let LSWS to manage fcgi processes, you need to make sure python fcgi does not fork any children processes. The process started by web server is the process to handle requests. Then, change the fcgi external app configuration, set "Instances" to match "Max Connections", set "Max Idle time" a value greater than zero.
Reply With Quote