View Single Post
  #1  
Old 08-02-2006, 04:14 AM
andreas andreas is offline
Senior Member
 
Join Date: Aug 2006
Posts: 91
Default LSWS starts too many dispatch.lsapi processes

Hi,

I configured my Rails app according to the description in the Wiki. I have set both max connections and LSAPI_CHILDREN to 3, but when I do multiple concurrent requests way too many processes are started:


├─lshttpd─┬─lscgid
│ └─lshttpd─┬─admin_php
│ └─dispatch.lsapi───11*[dispatch.lsapi]


Why?

Thanks
Andreas
Reply With Quote