Hi.
I have noticed, that if I request a FCGI script from Litespeed (context "http://server/something" being handled by "/docroot/something.fcgi"), some of the "something.fcgi" processes have been launched by "lshttpd", some by "lscgid".
The problem is, the processes launched by "lscgid" exist only for a short time. My guess is that "lscgid" uses the FCGI process to serve one request, then stops it.
It is an performance issue, when the "http://server/something" is accessed often. I have 2 "something.fcgi" processes (even though "maxConns" and "instances" are both set to 10) launched by "lshttpd" serving some requests one after another and then up to 20-30 processes launched "lsgid", continually stoping and starting.
Is it a bug? Feature? Configuration issue? I have the "fcgi" extension associated with the CGI daemon, to prevent downloading the source of FCGI scripts (some URLs are e.g. "http://server/abc" but "abc.fcgi" is stored in "/webroot/xyz/abc.fcgi" and hence accessible as "http://server/xyz/abc.fcgi" as well).
Thanks in advance.
I have noticed, that if I request a FCGI script from Litespeed (context "http://server/something" being handled by "/docroot/something.fcgi"), some of the "something.fcgi" processes have been launched by "lshttpd", some by "lscgid".
The problem is, the processes launched by "lscgid" exist only for a short time. My guess is that "lscgid" uses the FCGI process to serve one request, then stops it.
It is an performance issue, when the "http://server/something" is accessed often. I have 2 "something.fcgi" processes (even though "maxConns" and "instances" are both set to 10) launched by "lshttpd" serving some requests one after another and then up to 20-30 processes launched "lsgid", continually stoping and starting.
Is it a bug? Feature? Configuration issue? I have the "fcgi" extension associated with the CGI daemon, to prevent downloading the source of FCGI scripts (some URLs are e.g. "http://server/abc" but "abc.fcgi" is stored in "/webroot/xyz/abc.fcgi" and hence accessible as "http://server/xyz/abc.fcgi" as well).
Thanks in advance.