View Single Post
  #2  
Old 10-12-2005, 11:57 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
If you want that, you have to start FCGI application manually with a FCGI spawner.

LSWS will start FCGI apps on demand, but did not stop them when there is no request to process. Maybe we will add a feature to stop unused FCGI app. Some FCGI apps exit after handling certain number of requests.

LSWS did not do anything special in FCGI process management for mass hosting environment yet, but we will do if there is enough interest in using LiteSpeed in this kind of environment.

Right now, we recommend LSAPI over FCGI when possible, LSAPI has better process management in nature.
Reply With Quote