|
Eff Max is the maximum connections lsws thinks it can use. "Eff Max" equals configured "Max" at the beginning, sometimes, one fcgi process can stop stop responding for some reason, for example, a runaway process whenever that happened, lsws will reduce the "Eff Max", when "Eff Max" reaches certain level, lsws will try to restart the fcgi application. Basically, it is for handling fcgi application errors.
|